[REBOL] Re: manipulating values in blocks
From: anton:lexicon at: 28-Nov-2002 13:11
Try this: blk: [1 17 23 36 49 58] repeat n (subtract length? blk 1) [ print rejoin [blk/:n "-" pick blk (n + 1)] ] Anton.
[REBOL] Re: manipulating values in blocksFrom: anton:lexicon at: 28-Nov-2002 13:11
|