home *** CD-ROM | disk | FTP | other *** search
- "----------------------------------------------------------------"
- "'nil' Should be the only Undefined Object in the system. "
- "----------------------------------------------------------------"
-
- Class UndefinedObject :Object
- [
- isNil
- ^ true
- |
- notNil
- ^ false
- |
- printString
- ^ 'nil'
- ]
-