Jump to content

Boolean values: Difference between revisions

no edit summary
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>
 
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.