[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.