Vocabularyclasses.tupleInputs and outputs| class | a word |
| superclass | a class |
| slots | a sequence of strings |
Word descriptionDefines a tuple class inheriting from
superclass with slots named by
slots. This is the run time equivalent of
TUPLE:.
NotesThis word must be called from inside
with-compilation-unit.
Side effectsModifies
classSee alsotuple-class,
TUPLE:Definition