- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/control_structures.c
ra61fea9a r097e2b0 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jun 4 11:21:12201513 // Update Count : 2 312 // Last Modified On : Fri Sep 18 08:12:17 2015 13 // Update Count : 28 14 14 // 15 15 … … 26 26 break L3; 27 27 break L4; 28 //continue L1; // labelled continue - should be an error29 //continue L2; // should be an error28 //continue L1; // error: not enclosing loop 29 //continue L2; // error: not enclosing loop 30 30 continue L3; 31 31 continue L4;
Note:
See TracChangeset
for help on using the changeset viewer.