Null object: Difference between revisions

no edit summary
(→‎{{header|ooRexx}}: Extended the example and added output)
No edit summary
Line 1,020:
if {![dict exists $dic nullval]} ...</lang>
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}}
143

edits