Assignment operators
An assignment operator allows you to assign a variable with an expression.
Operator | Description |
---|---|
Assignment (:=) | The := operator assigns a variable
with an expression and returns the result. |
An assignment operator allows you to assign a variable with an expression.
Operator | Description |
---|---|
Assignment (:=) | The := operator assigns a variable
with an expression and returns the result. |