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

[REBOL] Re: CORE experimental 2.4.39

From: g:santilli:tiscalinet:it at: 23-Nov-2000 15:13

nop wrote:
> Right-o. The idea tossed around has been that functions can be > saved explicitly with the function attribute: [save].
Hmm... well, it might be useful sometimes, but I think you can give this low priority in the to-do list. :-) If one needs a new fresh context each time, one can use USE (now that it works).
>> f: does [use [x] [x: random 10 'x]] >> b: [] loop 10 [append b f]
== [x x x x x x x x x x]
>> reduce b
== [5 2 10 6 7 2 3 2 4 5] I'm happy now, ;-) Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/