TUPLE-ARRAY:
Tuple arrays


Vocabulary
tuple-arrays

Syntax
TUPLE-ARRAY: class


Inputs
None

Outputs
None

Word description
Generates a new data type in the current vocabulary named class-array for holding instances of class, which must be a tuple class word. Together with the class itself, this also generates words named <class-array> and >class-array, for creating new instances of this tuple array type.

Definition