Null object: Difference between revisions

Content added Content deleted
(→‎{{header|ooRexx}}: Extended the example and added output)
No edit summary
Line 1,020: Line 1,020:
if {![dict exists $dic nullval]} ...</lang>
if {![dict exists $dic nullval]} ...</lang>
Note that lists do not support anything like nulls, since they are strictly sequences of values.
Note that lists do not support anything like nulls, since they are strictly sequences of values.

=={{header|Wart}}==
The null value ''nil'' is also the only false value.
<lang wart>(not nil)</lang>


{{omit from|GUISS}}
{{omit from|GUISS}}