Apply a callback to an array: Difference between revisions

m
→‎{{header|Fortran}}: Fixed a works with header (I think)
(→‎{{header|J}}: clarify)
m (→‎{{header|Fortran}}: Fixed a works with header (I think))
Line 346:
 
=={{header|Fortran}}==
 
Elemental functions.
 
{{Works with |Fortran|ISO 95 and later}}
module arrCallback
Line 377:
end program testAC
 
{{Works with |ANSI |FORTRAN| 77 (with MIL-STD-1753 structured DO) and later}}
program test
C
Anonymous user