EXECUTE
* EXECUTE ( xt -- )

run the execution-token on stack - this will usually
trap if it was null for some reason, see >EXECUTE
 simulate:
  : EXECUTE >R EXIT ;

core ordinary primitive