VocabularysyntaxSyntaxERROR: class slots... ;
InputsNone
OutputsNone
Word descriptionDefines a new tuple class and a word
classname that throws a new instance of the error.
NotesThe following two snippets are equivalent:
ERROR: invalid-values x y ;
TUPLE: invalid-values x y ;
: invalid-values ( x y -- * )
\ invalid-values boa throw ;
Definition