Calling a subroutine multiple times with different function as argument each time
问题 I'm enough of a novice to not know the terminology, so I can't search the Web for the answer to this. More than once, in programming, I've wanted to do something like this. A and B are subroutines, c and d are functions. A and B each call a function multiple times inside them. call A(c(x)) call A(d(x)) call B(c(x)) call B(d(x)) This structure doesn't work. I'm told that Fortran doesn't support aliasing of functions, at least in this context. (Most search results involving "aliasing" refer to