See:
Symbol | Description |
---|---|
== | Equal to |
~= | Not equal to |
> | Greather than |
>= | Greather than or equal to |
< | Less than |
<= | Less than or equal to |
Symbol | Description |
---|---|
+ | Add |
- | Subtract |
* | Multiply |
/ | Divide |
^ | Exponents |
% | Remainder (Modulo) |
- and
- or
- not
- for
- foreach
- while
- repeat until