Plane_Lon Variable

Aircraft's longitude. Measured in degrees from -180 to +180. West longitude is positive, unless an East_Longitude command has reversed the orientation. Read-only.

Example

WEST_LONGITUDE

IF PLANE_LON > VOR_1_LON THEN

PRINT "Reverse course to return to the VOR."

ENDIF