VocabularyparserInputs and outputs| string | a string |
| word/number | a word or number |
Word descriptionIf
string is a valid number literal, it is converted to a number, otherwise the current vocabulary search path is searched for a word named by the string.
ErrorsThrows an error if the token does not name a word, and does not parse as a number.
NotesThis word is used to implement
(scan-datum) and
scan-datum.
Definition