Name

exit:core — compiling primitive

Synopsis

FORTH

EXIT ( -- )();
p4:"exit";

Description

will unnest the current colon-word so it will actually return the word calling it. This can be found in the middle of a colon-sequence between : and ;

dpANS .6.1.1380 - standard forth word