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

[REBOL] Re: UNSET

From: jeff::rebol::net at: 15-Jan-2001 13:22

Howdy, Paul: This might be a good FAQ. UNSET? asks if the datatype is unset! When you do: unset? 'some-word it says, "why no, 'some-word is a word!, not an unset!" Try: unset? get/any 'blablablah -jeff