## 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.