Comparison Operations

From BR Wiki
Revision as of 12:36, 11 January 2012 by Mikhail.zheleznov (talk | contribs) (edit)
Jump to navigation Jump to search

Below is the list of comparison operators:

Operator Effect
= may be used for 2 values like the == operator below
== equality
<> not equal
< less than
<= less than or equal to
> more than
>= more than or equal to