Specifies a special subroutine call to the specified label if the user's aircraft stalls.
Syntax
OnStall [GoSub label]
where label is defined by the Label command.
Remarks
If label is not specified, any current OnStall command is cleared.
Example
ONSTALL GOSUB subRecover
SubRecover:
PRINT "Nose on the horizon, wings level, add power."
RETURN