> 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 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
