Declare Command

Creates one or more new variables with the specified names that can be used in subsequent assignments and expressions.

Syntax

Declare variable, variable, ...

where variable names may be any combination of letters, digits, and underscores beginning with a letter.

Example

DECLARE TargetAltitude, actual_alt, Current_Alt1