Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Tail end recursion

From: maximo:meteorstudios at: 9-Oct-2003 9:45

so basically its like using recursion to do a loop? something: does [print "."] forever [ do something ] is somewhat equivalent to?: something: does [ something ] in F: func [x][x: x + 1 print x f x] but how does tail-end recursion stop? how does F ever end? -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun.