( xt "<spaces>name" -- )
Skip leading spaces and parse name delimited by a space.
Set name to execute xt.
An ambiguous condition exists if name was not defined
by DEFER.
Compilation:
( "<spaces>name" -- )
Skip leading spaces and parse name delimited by a space.
Append the run-time semantics given below to the current definition.
An ambiguous condition exists if name was not defined by
DEFER.
Run-time:
( xt -- )
Set name to execute xt.
An ambiguous condition exists if POSTPONE, [COMPILE],
['] or ' is applied to IS.