Next: Expression Statements, Previous: Conditionals, Up: The Poke Language [Contents][Index]
Poke supports several iteration statements, which are discussed in the sections below.
• while | Iterate while a condition holds true. | |
• for | Generalized loop statement. | |
• for-in | Iterate over the elements of a container. |