Logical operations: Difference between revisions

Content added Content deleted
(PascalABC.NET)
Line 3,207: Line 3,207:


There are also <code>and</code>, <code>or</code>, and <code>not</code> operators. These are just like <code>&&</code>, <code>||</code>, and <code>!</code> (respectively) except for their precedences, which are much lower.
There are also <code>and</code>, <code>or</code>, and <code>not</code> operators. These are just like <code>&&</code>, <code>||</code>, and <code>!</code> (respectively) except for their precedences, which are much lower.

=={{header|PascalABC.NET}}==
''See [[#Delphi|Delphi]]


=={{header|Phix}}==
=={{header|Phix}}==