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

11 lines
683 B
Markdown

## Types of Expressions
In AVAP™, as in Python, there are several types of expressions that can be used to perform different operations and calculations.
Some of the most common types of expressions include:
* Arithmetic : Perform mathematical operations such as addition, subtraction, multiplication, and division.
* Logical : Evaluate logical conditions and return boolean values, such as True or False.
* Comparative : Compare two values and return a result based on their relationship, such as equality, inequality, greater than, less than, etc.
* Assignment : Assign a value to a variable.
* Function Calls : Invoke functions and methods to perform specific tasks.