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

[REBOL] Re: reduce/deep

From: maarten:vrijheid at: 17-Oct-2003 13:20

> I'm assuming that this would work on tree structured blocks, not
blocks
> that > are are recursively 'insert-ed into each other? >
Isn't a tree structure recursively built? This should work: Reduce/deep [ now 10 [ now ]] Reduce/deep [ now [ now [ now ]]] --Maarten