34,333
edits
Changes
→Comparison Operators
<td><=<td>Less-than or equal operator - returns ''true'' if the left hand operand is less than, or equal to the right.<td> x <= 6 returns ''true'' if x is either equal to 6, or less than 6</td>
</table>
== String Operators ==