Function Subclasses

Part of:

package metabang.moptilities
( subclasses < class > &key < proper? > )

Returns the subclasses of class.

Class may be a symbol naming a class, a instance of a class or a class
object. If proper? is true (the default) then the class itself will
not be included in the result. If proper? is nil, then it will.