<html> | |
<body> | |
Reports conditional expressions of the form | |
<b><i>condition</i>?true:<i>foo</i></b> or | |
<b><i>condition</i>?false:<i>foo</i></b>. These | |
expressions may be safely simplified to | |
<b><i>condition</i> || <i>foo</i></b> or | |
<b>!<i>condition</i> && <i>foo</i></b>, respectively. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |