Content deleted Content added
Jerryobject (talk | contribs) m WP:LINKs: needless WP:PIPEs > WP:NOPIPEs; update-standardizes, adds. |
m →Variable and constant declarations: The variable declaration of Fortran is missing double colons between the type and the name, as well as syntax highlighting. |
||
Line 1,678:
|-
| [[Fortran]]
| <code>''type'' :: ''name''</code>
| <code>''type'', PARAMETER :: ''name'' = ''value''</code>
|
|