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