] ( -- * )
Factor documentation > Factor handbook > The language > Syntax > Literals > Quotation syntax
Prev:[


Vocabulary
syntax

Syntax
]


Word description
Marks the end of a literal quotation.

Parsing words can use this word as a generic end delimiter.

See also
[

Definition
IN: syntax

DEFER: ] ( -- * ) delimiter