B{
Factor handbook » The language » Syntax » Literals » Byte array syntax


Vocabulary
syntax

Syntax
B{ elements... }


Inputs
None

Outputs
None

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

Examples
B{ 1 2 3 }


Definition