ERROR?
REBOL Dictionary 2.0
Returns TRUE for error values.
error? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values. This is useful for determining if a TRY function returned an error.
if error? try [1 + "x"][ print "Did not work." ] Did not work.
Copyright 2003 REBOL Technologies