Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/control_structures.c

    ra61fea9a r097e2b0  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun  4 11:21:12 2015
    13 // Update Count     : 23
     12// Last Modified On : Fri Sep 18 08:12:17 2015
     13// Update Count     : 28
    1414//
    1515
     
    2626                                                break L3;
    2727                                                break L4;
    28                                                 //continue L1;                                  // labelled continue - should be an error
    29                                                 //continue L2;                                  // should be an error
     28                                                //continue L1;                                  // error: not enclosing loop
     29                                                //continue L2;                                  // error: not enclosing loop
    3030                                                continue L3;
    3131                                                continue L4;
Note: See TracChangeset for help on using the changeset viewer.