Aircraft's bank: 0 = level, measured in degrees; positive values indicate bank to left. Read-only.
Example
IF PLANE_BANK < 25 THEN
PRINT "Maintain a 30 degree bank in the left turn."
ENDIF