- Uninitialized global variables have the value nil and produce warnings with the -w option
- Uninitialized instance variables have the value nil and produce warnings with the -w option.
- Referencing an uninitialized class variable produces an error
- Overriding class variables produce warnings with the -w option