Host introspection: Difference between revisions

(Equivalence statement is obsolete in Fortran 2018, so the version is one liner using the ISHFT intrinsic.)
Line 373:
 
=={{header|Fortran}}==
{{works with|Fortran|90 and later< 2018}}
<syntaxhighlight lang="fortran"> integer :: i
character(len=1) :: c(20)
3

edits