VocabularyparserInputsNone
OutputsWord descriptionReads the next token from parser input. If the token is a number literal, it is converted to a number. Otherwise, it throws an error.
ErrorsThrows an error if the token is not a number or end of file is reached.
NotesThis word should only be called from parsing words.
Definition