Undefined values: Difference between revisions

m
Typo errors
(Ada solution added)
m (Typo errors)
Line 40:
Y is GREEN
</pre>
Note that some types are always initialized valid. E.g. pointers, which are formally are not non-scalar, are initialized null. Another example are scalar types of which representation dodoes not leave free bit patterns for invalid value. For instance a 32-bit integer will likely valid under any circumstances.
 
=={{header|ALGOL 68}}==
{{works with|ALGOL 68|Revision 1 - no extensions to language used}}