VocabularykernelInputsOutputsWord descriptionCreates a new instance of
class with all slots set to their initial values (see
Tuple slot declarations).
ExamplesUSING: kernel prettyprint ;
IN: scratchpad
TUPLE: employee number name department ;
employee new .
T{ employee }
DefinitionMethods