Apply a callback to an array: Difference between revisions

Content deleted Content added
m →‎{{header|Fortran}}: Fixed a works with header (I think)
Line 346: Line 346:


=={{header|Fortran}}==
=={{header|Fortran}}==

Elemental functions.
Elemental functions.

{{Works with |Fortran|ISO 95 and later}}
{{Works with |Fortran|ISO 95 and later}}
module arrCallback
module arrCallback
Line 377: Line 377:
end program testAC
end program testAC


{{Works with ANSI |FORTRAN| 77 (with MIL-STD-1753 structured DO) and later}}
{{Works with|ANSI FORTRAN| 77 (with MIL-STD-1753 structured DO) and later}}
program test
program test
C
C