Function new-class
new-class memberList
new-class superClass memberList
Creates a new class object.
- Parameters:
- superClass -
Symbol identifying the super class of the new class.
- memberList -
List of symbols representing the members of the new class.
- Returns:
-
A reference to the newly created class object.
-
Creates a new class object.
Report a bug or request new features
© 2002