6.1.1380
EXIT
 
CORE
Interpretation:
Interpretation semantics for this word are undefined.

Execution:
( -- ) ( R: nest-sys -- )

Return control to the calling definition specified by nest-sys. Before executing EXIT within a do-loop, a program shall discard the loop-control parameters by executing UNLOOP.

Rationale:
Typical use: : X ... test IF ... EXIT THEN ... ;
Testing: