10 lines
325 B
Markdown
10 lines
325 B
Markdown
## Operators
|
|
|
|
In AVAP™, as in Python, expressions can include a variety of operators that perform specific operations on data.
|
|
Some of the most common operators include:
|
|
|
|
* Arithmetic : +, -, *, /, %, etc.
|
|
* Logical : and, or, not.
|
|
* Comparative : ==, !=, >, <, >=, <=, etc.
|
|
* Assignment : =, +=, -=, *=, /=, etc.
|