[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