scan-object ( -- object )
Factor handbook » The language » Parsing words » Reading ahead

Prev:scan-number ( -- number )
Next:?scan-token ( -- str/f )


Vocabulary
parser

Inputs
None

Outputs
objectan object


Word description
Parses a literal representation of an object.

Notes
This word should only be called from parsing words.

Definition