[REBOL] Re: Bug of TRY was bug of function error?
From: mh983:attbi at: 22-Jul-2002 18:23
It's interesting that in your example, b ; gives "** Script Error: Out of range or past end" but x: "123" fourth x gives same error but also includes a "near: fourth x" message, and: error? try [fourth x] ; gives true, as you expected. Seems like the first example is just printing the string but not actually causing an error.