Jump to content

Boolean values: Difference between revisions

Added PicoLisp
(Added PicoLisp)
Line 253:
Everything else is true. The keyword <tt>TRUE</tt> exists.
[http://www.php.net/manual/en/language.types.boolean.php#language.types.boolean.casting]
 
=={{header|PicoLisp}}==
Like in all Lisps, the symbol 'NIL' denotes "false", any other value "true".
 
Some functions return the symbol 'T' for "true" if no other useful (non-NIL)
value is available in the given context. Note that 'NIL' and 'T' are written in
uppercase letters (PicoLisp is case-sensitive).
 
=={{header|Pike}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.