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

[REBOL] Re: When is none not none?

From: henrik:webz:dk at: 26-Jul-2007 16:31

On 26/07/2007, at 16:03, Jonathan Kelly wrote:
> compose [ (val) (none) (none) ]
Alternatively: reduce [val none none] And of curiosity, you get none back as a word, which produces an error: reduce [val 'none 'none] -- Regards, Henrik Mikael Kristensen