|
|
|
|
The different operators are as follows: | | Logical operators | Examples: AND, OR, NOT | Arithmetic operators | Examples: "+", "-", "*", "/", "++", "--", "+=", "-=" | Binary operators | Examples: "&", "|", "||", bitLeftShift, bitRightShift, [ and ] operators | Comparison operators | Examples: "=", "~=", "<>", "<=", ">=", "<", ">" | Operators on character strings | Examples: "+", "[[", "]]" | Operators on address | & | Operators for control and item indirection | { and } | Punctuation operators | Examples: "(" and ")", "[" and "]", "," and "." and ":" and ";", "..", "..." and "//" | Exchange operators | <=> | Assignment operators | "=", "<-" and "<=" |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|