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 > Gregg Irwin > Sent: Wednesday, June 19, 2002 8:11 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: How to create none! in nested block? > >> test: compose/deep [[myword (none)]]
Hi, thanks! I'm alway forgetting about 'compose even it's such a useful function. Robert