Boolean values: Difference between revisions

Content deleted Content added
No edit summary
added J
Line 84:
 
As with any other Haskell data type, there are no automatic conversions of other types to Bool.
 
=={{header|J}}==
 
False is <tt>0</tt>, true is <tt>1</tt>. This is an [http://keiapl.info/anec/#Maple advantage].
 
=={{header|Java}}==