Navigation: A-Shell BASIC (ASB) > Statements
Control Structures
ASB supports the typical range of control structures (aka loops, conditionals, code blocks) for controlling and organizing your logic, described in the following sections.
Subtopics
•IF
•IF…ENDIF
•IFELSE and IFELSE$
•IFE and IFE$
•SWITCH
•FOR…NEXT
•FOREACH
•DO / WHILE / UNTIL