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

325 B

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.