source:
CIVL/mods/dev.civl.abc/examples/fortran/f77_standard/blanks.f
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 330 bytes | |
| Line | |
|---|---|
| 1 | c Fortran 77 Standard Sec. 3.1.16 |
| 2 | c A blank character has no meaning |
| 3 | prog ram p |
| 4 | impl icitnone |
| 5 | integ er i, j |
| 6 | |
| 7 | j = 0 |
| 8 | do100, i=1,1 8 |
| 9 | j = j + 1 |
| 10 | 100 continue |
| 11 | c$ civl assert(i==19) |
| 12 | |
| 13 | j = 0 |
| 14 | do 1 01, i=1,18 |
| 15 | j = j + 1 |
| 16 | 101 c o n t i n u e |
| 17 | c$ civl assert(i==19) |
| 18 | end program |
Note:
See TracBrowser
for help on using the repository browser.
