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: ammon:rcslv at: 17-Jun-2002 20:12

hi, If you evaluate the block some how then it will do as you ask. The print example that the others have shown simply evaluates the value of 'test/1/2 you can also DO the code...
>> none? do test/1/2
== true HTH Ammon On Wednesday 19 June 2002 01:05 pm, Robert M. Muench wrote: