We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When Implicit real*8(a-h,o-z) is declared, dimension syntax can be used to define an array's dimension:
Implicit real*8(a-h,o-z)
dimension
DIMENSION myArray1(<size1>, <size2>, <size3>, ... ), myArray2(<size1>, <size2>, <size3>, ... ), ...
But fortran_fixed-form does not highlight this syntax.