VocabularykernelInputs and outputsWord descriptionCreates a new instance of
class and fill in the slots from the stack, with the top-most stack element being stored in the right-most slot.
NotesThe name
boa is shorthand for “by order of arguments”, and “BOA constructor” is a pun on “boa constrictor”.
ErrorsThrows an error if the slot values do not match class declarations on slots (see
Tuple slot declarations).
DefinitionMethods