Name
semicolon:core — compiling primitive
Synopsis
FORTH
;
( -- )(
)
;
p4:"semicolon";
Description
compiles ((;)) which does EXIT the current
colon-definition. It does then end compile-mode
and returns to execute-mode. See : and :NONAME
dpANS .6.1.0460
- standard forth word