Apply a callback to an array: Difference between revisions

m
(→‎{{header|Visual Basic .NET}}: Doesn't work in VB 9)
Line 333:
 
=={{header|Fortran}}==
 
In ISO Fortran 95 or later, use elemental functions:
{{Elemental functions. Works with ISO |Fortran|95 and later}}
module arrCallback
contains
Line 362 ⟶ 363:
end program testAC
 
{{Works with ANSI |FORTRAN| 77 (with MIL-STD-1753 structured DO) Example:and later}}
program test
C
Anonymous user