Boolean values: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 197:
digits that look like a non-zero number, the value is "true" (1), and otherwise
that value is "false" (0).</p>
 
<p>There are two standardized binary boolean operators: & (and) and ! (or).
Newer implementations of the language may also support !! (exclusve or).
There is one unary boolean operator: ' (not).</p>