<p class="Paragraph">Result : Any numeric variable that records the result of the combination.</p>
<p class="Paragraph">Expression1, Expression2 : Any expressions to be combined.</p>
<p class="Paragraph">Boolean expressions combined with AND only return the value <span class="T1">True</span> if both expressions evaluate to <span class="T1">True</span>:</p>
<p class="Paragraph"><span class="T1">True</span> AND <span class="T1">True</span> returns <span class="T1">True</span>; for all other combinations the result is <span class="T1">False</span>.</p>
<p class="Paragraph">The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions.</p>