Name
execute:core — ordinary primitive
Synopsis
FORTH
EXECUTE
( xt -- )(
)
;
p4:"execute";
Description
run the execution-token on stack - this will usually
trap if it was null for some reason, see >EXECUTE
simulate:
: EXECUTE >R EXIT ;
dpANS .6.1.1370
- standard forth word