Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
B{
Factor documentation
>
Factor handbook
>
The language
>
Syntax
>
Literals
>
Byte array syntax
Vocabulary
syntax
Syntax
B{ elements... }
Inputs and outputs
elements
a list of integers
Word description
Marks the beginning of a literal byte array. Literal byte arrays are terminated by
}
.
Examples
B{ 1 2 3 }
Definition
USING:
byte-arrays
parser
;
IN:
syntax
SYNTAX:
B{
\
}
[
>byte-array
]
parse-literal
;