Is there a command for seeing the lineage of an object? I know everything is decended from the Object class, but how does one find out if x is related to y without designing it themselves?
List.new.isKindOf(SequenceableCollection) Pbind.new.isKindOf(Process) 1.isKindOf(Magnitude) List.isKindOf(Meta_SequenceableCollection) -- .