Re: clone operators

2001-10-15 Thread Dan Sugalski
At 07:24 PM 10/15/2001 -0500, Brian Wheeler wrote: >Because I was bored this evening, I implemented the clone operators. > >Dan? Looks, good. Thanks, and commit it! :) Dan --"it's like this"

clone operators

2001-10-15 Thread Brian Wheeler
Because I was bored this evening, I implemented the clone operators. Dan? Brian # compute the factorialrecursively! # lets do it for the numbers 0 to 6 main: set I1,0 $loop: print "fact of " print I1 print " is: "