|
|
(4 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| Below is the list of comparison operators:
| | #redirect:[[:Category:Comparison Operations]] |
| | |
| {|
| |
| |-valign="top"
| |
| |width="10%"|'''Operator'''|| '''Effect'''
| |
| |-valign="top"
| |
| |width="10%"|'''='''||may be used for assignment or comparing 2 values like the '''==''' operator
| |
| |-valign="top"
| |
| |width="10%"|'''<>'''||not equal
| |
| |-valign="top"
| |
| |width="10%"|'''<'''||less than
| |
| |-valign="top"
| |
| |width="10%"|'''<='''||less than or equal to
| |
| |-valign="top"
| |
| |width="10%"|'''=='''||equality
| |
| |-valign="top"
| |
| |width="10%"|'''>'''||more than
| |
| |-valign="top"
| |
| |width="10%"|'''>='''||more than or equal to
| |
| |}
| |
| <noinclude>
| |
| [[Category:Operations]] | |
| [[Category:Comparison Operations]]
| |
| </noinclude>
| |