Vocabularyclasses.
tuple.
parserInputsOutputsNone
Word descriptionThrows an
invalid-slot-name error.
Error descriptionThrown by
TUPLE: and
ERROR: if a suspect token appears as a slot name.
NotesThe suspect tokens are chosen so that the following code raises this parse error, instead of silently creating a tuple with garbage slots:
TUPLE: my-mistaken-tuple slot-a slot-b
: some-word ( a b c -- ) ... ;
DefinitionMethods