Comparison Operations: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
(edit)
Line 3: Line 3:
{|
{|
|-valign="top"
|-valign="top"
|width="10%"|'''Operator'''|| '''Effect'''
|width="10%"|'''Operator'''|| '''Meaning'''
|-valign="top"
|-valign="top"
|width="10%"|'''='''||equal, like the '''==''' operator below
|width="10%"|'''='''||equal, like the '''==''' operator below

Revision as of 12:56, 11 January 2012

Below is the list of comparison operators:

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