[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 falseI would like to get>>none trueAny idea how to do this? Robert