blob: e35cdfdce9438937c4ce3ea971824de6c05a26f4 [file] [log] [blame]
<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>