Changeset d96f7c4 for doc/theses/andrew_beach_MMath/features.tex
- Timestamp:
- Jan 17, 2025, 3:46:34 PM (2 months ago)
- Branches:
- master
- Children:
- df56e25
- Parents:
- 3b340d68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/andrew_beach_MMath/features.tex ¶
r3b340d68 rd96f7c4 822 822 control flow. 823 823 Because of this requirement, local control flow out of the finally block 824 is forbidden. The compiler precludes any @break@, @continue@, @fallthr u@ or824 is forbidden. The compiler precludes any @break@, @continue@, @fallthrough@ or 825 825 @return@ that causes control to leave the finally block. Other ways to leave 826 826 the finally block, such as a @longjmp@ or termination are much harder to check,
Note: See TracChangeset
for help on using the changeset viewer.