- Mastering macOS Programming
- Stuart Grimshaw
- 39字
- 2021-07-02 22:54:30
Control transfer statements
We have already seen that there is no implicit fall-through in switch statements, which in turn makes a break statement within each case unnecessary. However, both these statements are available to us should we require them.