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

[REBOL] Re: Bug of TRY was bug of function error?

From: rotenca:telvia:it at: 22-Jul-2002 21:47

Hi Anton, Ladislav
> > Also this is strange: > > > > type? try [do b] ;== unset! > > You see also: > > type? do "" ;== unset!
What i want to say that also 'do accept the string like it was a "good" string: do b ; another example: type? do does [b] ;== string! Ladislav in this case, is not used like a result? --- Ciao Romano