call()
File: haskell-vs-fortran [Diff]
-- a/haskell-vs-fortran++ b/haskell-vs-fortran
@@ -84,5 +84,7 @@
...
Last line: all the functions are applied to value 3. Result is [4,4,4], meaning all the functions do the same thing: add 1 to argument.
Fortran's *call()* is so lame and insecure, that it isn't even worth mentioning.
fn1. It's when calculations are performed as they are needed, not as they are mentioned.