[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Re: sc-users Digest, Vol 4, Issue 59




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)
--








.