EXECUTE EXCEPTION_MAGIC EXECUTES
EXECUTE ( xt -- )  
ansi .6.1.1370 <CORE>
run the execution-token on stack - this will usually trap if it was null for some reason, see >EXECUTE
 simulate:
  : EXECUTE >R EXIT ;

reference: p4_execute in ../src/core.c:1215, export CO EXECUTE