= Control Statements = These statements change the flow of control through the program * [wiki:IfStatement If-Then-Else] * [wiki:EnumerableForStatement Enumerable-For] * [wiki:WhileStatement While] * [wiki:WhileStatement do-while] * [wiki:NumericFor Numeric-For] * [wiki:Branch Branch/Case] * [wiki:Break break] * [wiki:Continue continue] * [wiki:Return return] * [wiki:Yield yield] * [wiki:Throw throw]