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

[REBOL] Re: Generating words and global variable space

From: doug:vos:eds at: 22-Mar-2001 9:31

Why do you want to generate all the new words? Why not use blocks or objects? I have thousands of lines of rebol script and rarely use more than 3 or 4 global words per script. I mostly use local words and global objects. Can you explain more what you are trying to do? Then I'm sure people will be able to help...