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

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

From: robert::muench::robertmuench::de at: 19-Jun-2002 19:05

Hi, I have the following problem: test: [[myword none]] print [type? test/1/2 none? test1/1/2]
>>word false
I would like to get
>>none true
Any idea how to do this? Robert