* CATCH ( xt -- 0|n ) execute the given execution-token and catch any exception that can be caught therein. software can arbitrarily raise an exception using >THROW - the value 0 means there was no exception, other denote implementation dependent exception-codes.
CATCH
( xt -- 0|n )
>THROW
exception ordinary primitive