Ignore:
Timestamp:
Jun 3, 2015, 11:09:48 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
1136d96
Parents:
27de955
Message:

documentation and update control_structures.c example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/control_structures.c

    r27de955 r4162aea9  
    1818                L2: switch ( 3_333_333 ) {                                              // underscores in constant
    1919                        case 1,2,3:                                                                     // 4~8, 4...8 not working
     20                        case 4~8:
    2021                                L3: for ( ;; ) {
    2122                                        L4: for ( ;; ) {
Note: See TracChangeset for help on using the changeset viewer.