34,333
edits
Changes
→Comparison Operators
<td><<td>Less-than operator - returns ''true'' if the left hand operand is less than the right hand operand.<td>x < 6 returns ''true'' if x is less than 6</td>
<tr>
<td>><td>Greater-than operator - returns ''true '' if the left hand operand is greater than the leftright.<td> x > 6 retruns true is x is greater than 6</td>
</table>