Continuation lines in Fortran Wiki

Continuation lines in Fortran Wiki

瀏覽:588
日期:2025-09-11
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...看更多