Assignment Statement: variable = expression

Assigns the value of the expression to a variable.

Example

DECLARE TargetAltitude

TargetAltitude = 500