Handbook
Glossary
parse-array-def ( -- array )
Vocabulary
parser
Inputs
None
Outputs
array
a 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
USING:
arrays
;
IN:
parser
:
parse-array-def
( -- array )
\
;
parse-until
>array
;