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

[REBOL] Re: RAMBO #3652 unset?

From: rotenca::telvia::it at: 22-Mar-2005 15:29

Ladislav Mecir wrote:
>check the following expressions: > > do [] > > print "" > > prin "" > > do does [exit] > > forever [break] > > get/any 'uninitialized-variable >
other examples: unset? unset 'a unset? set/any 'a unset 'b unset? do does [return] unset? catch[throw] -- Ciao Romano Paolo Tenca