[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.2.6 STKlos Compatibility
If the STKlos compatibility module is loaded, define-class
is
overwritten by a STKlos-specific definition; the standard GOOPS
definition of define-class
remains available in
standard-define-class
.
- syntax: standard-define-class name (super …) slot-definition … . options
standard-define-class
is equivalent to the standard GOOPSdefine-class
.