?V{
Bit vectors

Prev:<bit-vector> ( capacity -- vector )


Vocabulary
bit-vectors

Syntax
?V{ elements... }


Inputs
None

Outputs
None

Word description
Marks the beginning of a literal bit vector. Literal bit vectors are terminated by }.

Examples
?V{ t f t }


Definition