<p class="Paragraph">Result: Any numeric variable that contains the result of the implication.</p>
<p class="Paragraph">Expression1, Expression2 : Any expressions to be evaluated with the Imp operator.</p>
<p class="Paragraph">If you use the Imp operator in boolean expressions, False is returned only if the first expression evaluates to True and the second to False.</p>
<p class="Paragraph">If you use the Imp operator in bit expressions, a bit will be deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression.</p>