Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
UndefinedObject
Last updated at 8:26 am UTC on 18 January 2006
UndefinedObject is the class for the object called nil.
UndefinedObject is a subclass of Object.

 UndefinedObject instanceCount 
                                1

 UndefinedObject someInstance  
                               nil


the class comment

I describe the behavior of my sole instance, nil. nil represents a prior value for variables that have not been initialized, or for results which are meaningless.