Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Operators

Operator

Operation

Operator type

Operand (type)

Result value

+

Addition

Arithmetic
operator

Integer

Integer

-

Subtraction

Arithmetic
operator

Integer

Integer

*

Multiplication

Arithmetic
operator

Integer

Integer

/

Division

Arithmetic
operator

Integer

Integer

MOD

Modulo

Arithmetic
operator

Integer

Integer

LT        <

Less that

Relational
operator

Integer,
string

Boolean
constant

LE        <=

Less that or
equal to

Relational
operator

Integer,
string

Boolean
constant

EQ       =

   ==

equal to

Relational
operator

Integer,
string

Boolean
constant

NE       <>

Not equal to

Relational
operator

Integer,
string

Boolean
constant

GE       >=

Greater than
or equal to

Relational
operator

Integer,
string

Boolean
constant

GT       >

Greater than

Relational
operator

Integer,
string

Boolean
constant

NOT

Negation

Logical
operator

Logical
expression

Boolean
constant

OR

Or

Logical
operator

Logical
expression

Boolean
constant

AND

And

Logical
operator

Logical
expression

Boolean
constant

XOR

Exclusive or

Logical
operator

Logical
expression

Boolean
constant

//

String
concatenation

Concatenation
operator

String
expression

String