Go to documentation repository
Page History
...
Operator | General description, example use | ||||||||
Comparison operators | |||||||||
> | Comparison operator – greater. See example in Description of operators section. | ||||||||
< | Comparison operator – greater. See example in Description of operators section. | ||||||||
Arithmetic operators | |||||||||
+ | Addition. Example use:
| ||||||||
- | Subtraction. Example use:
| ||||||||
* | Multiplication. Example use:
{
| ||||||||
/ | Division. Example use:
{
| ||||||||
% | Remainder after integer division. Example use.
{
| ||||||||
( ) | Group of arithmetic operators. Example use.
{
| ||||||||
Logical operators | |||||||||
&& | Logical AND operator. Example use:
{
} else {
| ||||||||
! | Logical inversion operator. Example use:
{
{
DoReact(“GRELE”,”1”,””ON)
}
else
{
DoReact(“GRELE”,”2”,””ON)
}
|
Overview
Content Tools