BV{
Factor handbook » The language » Collections » Byte vectors

Prev:<byte-vector> ( n -- byte-vector )


Vocabulary
syntax

Syntax
BV{ elements... }


Inputs
None

Outputs
None

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

Examples
BV{ 1 2 3 12 }


Definition