Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
; ( -- * )
Factor documentation
>
Factor handbook
>
The language
>
Words
>
Colon definitions
Prev:
:
Next:
define ( word def -- )
Vocabulary
syntax
Syntax
;
Word description
Marks the end of a definition.
Parsing words can use this word as a generic end delimiter.
See also
define
Definition
IN:
syntax
DEFER:
;
( -- * )
delimiter