Comparison Operations

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

Below is the list of comparison operators:

Operator Effect
= equal, like the == operator below
== equal
<> not equal
< less than
<= less than or equal to
> more than
>= more than or equal to