Continuation lines in Fortran Wiki

Continuation lines in Fortran Wiki

瀏覽:842
日期:2024-04-22
A continuation line in free-form Fortran is created with an ampersand as follows: integer, dimension (5):: foo = (/ 1, 2, & 3, 4, 5 /) There is also an optional ampersand at the beginning of the continuation line. For example: integer, dimension (5):: foo...看更多