Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/coroutine/fmtLines.c

    r200fcb3 radb6b30f  
    1010// Created On       : Sun Sep 17 21:56:15 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Dec 11 21:58:49 2018
    13 // Update Count     : 47
     12// Last Modified On : Thu Aug 16 08:20:54 2018
     13// Update Count     : 45
    1414//
    1515
     
    3434                        sout | "  ";                                                            // print block separator
    3535                } // for
    36                 sout | nl;                                                                              // print group separator
     36                sout | endl;                                                                    // print group separator
    3737        } // for
    3838} // main
     
    4343
    4444void ^?{}( Format & fmt ) with( fmt ) {
    45         if ( g != 0 || b != 0 ) sout | nl;
     45        if ( g != 0 || b != 0 ) sout | endl;
    4646}
    4747
     
    5252int main() {
    5353        Format fmt;
    54         sout | nlOff;                                                                           // turn off auto newline
    5554
    5655  eof: for () {                                                                                 // read until end of file
Note: See TracChangeset for help on using the changeset viewer.