[REBOL] Re: Bug of TRY was bug of function error?
From: rotenca::telvia::it at: 22-Jul-2002 19:10
Gregg, my problem is that given this code: b: tail a: "a" remove a b ; -> error this is OK! ;then error? try [b] ; -> false type? try [b] ;== string! the bug, it is a bug, should be in Try not in error?, like i thought at the start. Also this is strange: type? try [do b] ;== unset! --- Ciao Romano