CATCH CASE_MAGIC CD
CATCH ( xt -- 0|n )  
ansi 9.6.1.0875 <EXCEPTION>
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.

reference: p4_catch in ../src/xception.c:0040, export CO CATCH