subclass or a
mixinClass method, plus any additional
superclasses defined with the inherit
method. The array is in the order in
which the class has inherited the classes. The original class used on a
subclass or
mixinClass method is the first item of the
array.
z=.class~superClasses
/* To obtain the information this returns, you could use: */
do i over z
say i
end