mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +07:00
14 lines
309 B
HTML
14 lines
309 B
HTML
<html>
|
|
<body>
|
|
<span style="font-family: verdana,sans-serif;">
|
|
This intention replaces either</span>
|
|
<pre>
|
|
<b>a or b</b> with <b>not(not a and not b)</b> or
|
|
<b>a and b</b> with <b>not(not a or not b)</b>
|
|
</pre>
|
|
|
|
<span style="font-family: verdana,sans-serif;">
|
|
inside boolean expression.
|
|
</span>
|
|
</body>
|
|
</html> |