PREV UP NEXT ANA

Chapter 7: Expressions

An expression is a single value or set of values, or a combination of several values through an operator such as addition or multiplication, or through a function call to functions such as the sine function or the averaging function.

Expressions belong to specific data classes, such as scalar, string, or array, and their value can be stored in a variable.

  • Variables Variables in ANA
  • Data Classes Classes of data available in ANA
  • Operators Basic arithmetic and more
  • Function Call How to use functions
  • Precedence Order of precedence