There are four looping statements in Objective-C:
- the
for
loop - the
for...in
loop - the
while
loop - the
do...while
loop
for
loop is the most flexible; we looked at some for
loop idioms.We examined the two loop flow modifiers:
Finally we wrapped up with a look at
goto
and examined common uses of goto
.Today, we start a new topic: variables.
No comments:
Post a Comment