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

[REBOL] Re: setting values to blocks - need help

From: semseddinm:bircom at: 28-Apr-2009 12:44

Strings and blocks are always references in Rebol. If you want different block for each of them, you should use copy command. It is same for strings also.