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

[REBOL] Re: IDIOMS: setting multiple words

From: rebol:techscribe at: 9-Oct-2003 14:26

Hi Sunanda. Incidentally,
> set [foo bar baz] copy []
will not set any of the words to a value (because REBOL attempts to set foo, bar, and baz to the value value(s) contained IN the block) . What I described in my previous email would be true for set [foo bar baz] reduce [ copy [] ]