} ( -- * )
Factor documentation > Factor handbook > The language > Syntax > Literals > Array syntax
Prev:{


Vocabulary
syntax

Syntax
}


Word description
Marks the end of an array, vector, hashtable, complex number, tuple, or wrapper.

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

See also
{, V{, H{, HS{, C{, T{

Definition
IN: syntax

DEFER: } ( -- * ) delimiter