parse-array-def ( -- array )


Vocabulary
parser

Inputs
None

Outputs
arraya new array


Word description
Like parse-definition, except the parsed sequence is output as an array.

Notes
This word should only be called from parsing words.

Definition