Changes between Initial Version and Version 1 of Ticket #106


Ignore:
Timestamp:
Jan 16, 2019, 2:50:13 PM (6 years ago)
Author:
Thierry Delisle
Comment:

Updated to use new newlines

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #106 – Description

    initial v1  
    88void main( Gortn & gortn ) with( gortn ) {
    99    for ( ;; ) {
    10         waitfor( mem1, gortn ) sout | endl;
     10        waitfor( mem1, gortn ) sout | nl;
    1111    }
    1212}