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

[REBOL] Re: Anchor? - A newbie question

From: greggirwin:mindspring at: 16-Oct-2002 10:33

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