Assignment operators

An assignment operator allows you to assign a variable with an expression.

Table 1. Assignment operators
Operator Description
Assignment (:=) The := operator assigns a variable with an expression and returns the result.