links to this page:
Squeak in a Nutshell
Reserved identifiers
Swiki short page list
nil
Last updated at 2:21 pm UTC on 16 January 2006
Means 'undefined Object'
Variables which have not been explicitly initialized are given this value.
Is used in many tests, e.g. isNil, ifNil, isNotNil.