= Control Statements = These statements change the flow of control through the program * [http://cobra-language.com/docs/manual/control-statements/if.html If-Then-Else] * [http://cobra-language.com/docs/manual/control-statements/enumerable-for.html Enumerable-For] * [http://cobra-language.com/docs/manual/control-statements/while.html While] * [http://cobra-language.com/docs/manual/control-statements/while.html 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]