Changes

Jump to: navigation, search

Swift Flow Control

26 bytes added, 21:33, 2 December 2014
The do ... while loop
If, on the other hand, myCount is not greater than 100 the code in the braces is executed and the loop returns to the while statement and repeats the evaluation of myCount. This process repeats until the value of myCount is greater than 100, at which point the loop exits.
<google>BUY_IOS8</google>
== The do ... while loop ==

Navigation menu