Hi Jan, << Is there a keyword or flag that allows direct jump into a specific part of Rebol source code? Actually I mean something like anchor in HTML. I probably missed some basic thing in all the beginner's stuff. >>
You can use DO on a block, so you can set up blocks of code and then DO them on demand. Also, since function evaluation can be deferred, you can pass around function names and evaluate them on demand as well. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
