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

[REBOL] Re: another demo

From: anton:lexicon at: 3-Dec-2002 19:00

Just a habit. Theoretically, the script could later be put in a loop or a function called more than once and then the block would grow. eg. loop 3 [ blk: [hello] repeat n 4 [append blk n] ] ;== [hello 1 2 3 4 1 2 3 4 1 2 3 4] Anton.