class-or ( first second -- class )
Factor handbook » The language » Objects » Classes » Class operations

Prev:class-and ( first second -- class )
Next:classes-intersect? ( first second -- ? )


Vocabulary
classes.algebra

Inputs
firsta class
seconda class


Outputs
classa class


Word description
Outputs the smallest anonymous class containing both class1 and class2.

Definition