?{
Bit arrays

Prev:bit-array>integer ( bit-array -- n )


Vocabulary
bit-arrays

Syntax
?{ elements... }


Inputs
None

Outputs
None

Word description
Marks the beginning of a literal bit array. Literal bit arrays are terminated by }.

Examples
?{ t f t }


Definition