{
P4_INTO ("[ANS]", 0),
P4_FXco ("CATCH", p4_catch),
P4_FXco ("THROW", p4_throw),
P4_FXco ("ABORT", p4_abort),
P4_SXco ("ABORT\"", p4_abort_quote),
P4_INTO ("ENVIRONMENT", 0 ),
P4_OCON ("EXCEPTION-EXT", 1994 ),
P4_INTO ("EXTENSIONS", "FORTH"),
P4_DVAR ("NEXT-EXCEPTION", next_exception),
P4_EXPT ("no or not matching binary image", P4_ON_NO_BINARY),
P4_EXPT ("binary image too big", P4_ON_BIN_TOO_BIG),
P4_EXPT ("out of memory", P4_ON_OUT_OF_MEMORY),
P4_EXPT ("index out of range", P4_ON_INDEX_RANGE),
P4_EXPT ("compile failed (call from bad point)", P4_ON_COMPILE_FAIL),
} |