Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
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>
|