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

[REBOL] Re: How to create none! in nested block?

From: robert:muench:robertmuench at: 20-Jun-2002 13:56

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Gabriele Santilli > Sent: Wednesday, June 19, 2002 9:11 PM > To: Robert M. Muench > Subject: [REBOL] Re: How to create none! in nested block? > Just so that we don't forget, the new beta allows: > > test: [[myword #[none]]]
That's pretty cool! I didn't knew that this syntax could be used in normal evaluation mode too. I thougth it could only be used in combination with load/all. Robert