|
大小: 623
备注:
|
大小: 392
备注:
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 8: | 行号 8: |
| 1. ["/3.1 Statements and Blocks"] 1. ["/3.2 If-Else"] 1. ["/3.3 Else-If"] 1. ["/3.4 Switch"] 1. ["/3.5 Loops - While and For"] 1. ["/3.6 Loops - Do-While"] 1. ["/3.7 Break and Continue"] 1. ["/3.8 Goto and Labels"] |
Chapter 3 - Control Flow
The control-flow of a language specify the order in which computations are performed. We have already met the most common control-flow constructions in earlier examples; here we will complete the set, and be more precise about the ones discussed before.