6.1.0760
BEGIN
 
CORE
Interpretation:
Interpretation semantics for this word are undefined.

Compilation:
( C: -- dest )

Put the next location for a transfer of control, dest, onto the control flow stack. Append the run-time semantics given below to the current definition.

Run-time:
( -- )

Continue execution.

Rationale:
Typical use:

   : X ... BEGIN ... test UNTIL ;

or

   : X ... BEGIN ... test WHILE ... REPEAT ;