Documentation (c) 2006-2008 Hobby-Robotics, LLC


Flow Control

http://en.wikipedia.org/wiki/Control_flow

Flow control statements alter program execution based on the conditions or values. HBBR Basic supports If Then, Select Case, loop constructs via Do Loop and For Next as well as GoTo statement.

Wikipedia: Control flow

http://en.wikipedia.org/wiki/Control_flow