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

[REBOL] Re: Fun with blocks of words (a tad longish)

From: rotenca:telvia:it at: 11-Oct-2001 0:35

Hi all,
> Hi Joel, > > if I understood what you were after, you wanted to have: > > probe reduce probe repeat i 5 [append [] use [.i] [.i: i '.i]]
or this: probe reduce probe repeat i 5 [append [] in context [.i: i] '.i] which asks a little more memory, is a little more slow, but aren't contexts made to be used outside their bodies?
> Ladislav
--- Ciao Romano