Jump to content

Undefined values: Difference between revisions

Line 986:
 
=={{header|Smalltalk}}==
In Smalltalk, all variables are automatically initialized to nil. This includes instance variables (an object's private slots), class variables and locals. This is part of the language's specification, not implementation specific. Thus a variable cannot ever be undefined.
 
=={{header|Tcl}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.