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: greggirwin:mindspring at: 19-Jun-2002 12:10

Hi Robert,
>> test: compose/deep [[myword (none)]]
== [[myword none]]
>> print [type? test/1/2 none? test/1/2]
none true HTH! --Gregg