Bitmap/Fortran: Difference between revisions

m
Fixed syntax highlighting.
(overwrote dim. now uses variable name: n)
m (Fixed syntax highlighting.)
 
Line 2:
 
{{works with|Fortran|90 and later}}
<langsyntaxhighlight lang="fortran">module rgbimage_m
 
implicit none
Line 175:
end subroutine
 
end module</langsyntaxhighlight>
9,476

edits