blob: 9a0d7851110d268e9986a3a29101cc98c2fb9485 [file] [log] [blame]
<html>
<body>
This intention converts boolean comparison expression <b>a</b>
<small>op</small>
<b>b</b> into
!( <b>a</b>
<small>negop</small>
<b>b</b> ). <br>
Where
<small>op</small>
and
<small>negop</small>
are mutually inverse comparison operators,
like <b>==</b> and <b>!=</b> .
</body>
</html>