delimiter
Factor handbook » The language » Parsing words » Nested structure

Prev:parse-until ( end -- vec )


Vocabulary
syntax

Syntax
: foo ... ; delimiter


Word description
Declares the most recently defined word as a delimiter. Delimiters are words which are only ever valid as the end of a nested block to be read by parse-until. An unpaired occurrence of a delimiter is a parse error.

Definition