Handbook
Glossary
(byte-array) ( n -- byte-array )
Vocabulary
byte-arrays
Inputs
n
a non-negative integer
Outputs
byte-array
a new byte array
Word description
Creates a new byte array with unspecified contents of length
n
bytes.
Definition
IN:
byte-arrays
PRIMITIVE:
(byte-array)
( n -- byte-array )
flushable