( C: --
colon-sys )
( S: --
xt )
Create an execution token
xt, enter compilation state
and start the current definition, producing
colon-sys.
Append the initiation semantics given below to the current
definition.
The execution semantics of
xt will be determined by the
words compiled into the body of the definition. This definition
can be executed later by using
xt EXECUTE.
If the control-flow stack is implemented using the data stack,
colon-sys shall be the topmost item on the data stack.
See
3.2.3.2 Control-flow stack.