assistance-engine/docs/developer.avapframework.com/chapter8_3.md

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.