Name

colon:core — definining primitive

Synopsis

FORTH

: ( 'name' -- )();
p4:"colon";

Description

create a header for a nesting word and go to compiling mode then. This word is usually ended with ; but the execution of the resulting colon-word can also return with EXIT

dpANS .6.1.0450 - standard forth word