VocabularysyntaxSyntax: foo ... ; delimiter
Word descriptionDeclares 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