Flow Control

Top  Previous  Next

FreeFlyer supports the following flow control statements. See the Mathematical and Logical Operators page for more information.

 

For

oBreak

oContinue

oEnd

If

oElseIf

oElse

oEnd

Pause

Stop

Switch

oCase

Break

oDefault

Break

oEnd

Try

oEnd

While

oBreak

oContinue

oEnd

WhileStepping

WhileManeuvering

 

Note: A separate End statement is required for every For, If, Switch, Target, Try, or While statement. See each of these for more information and additional examples.

 

The following Sample Mission Plans (included with your FreeFlyer installation) demonstrate the use of the flow control in FreeFlyer: