Vocabularybyte-arrays Inputs n a non-negative integer
OutputsExamplesUSING: byte-arrays prettyprint ;
3 (byte-array) .
B{ 103 189 48 }
Word descriptionCreates a new
byte-array of length
n bytes, with the elements containing unspecified values.
See also<byte-array> Definition