Content deleted Content added
No edit summary |
No edit summary |
||
Line 24:
}}</ref>.
In a programming language with [[higher-order functions]] like [[Scheme (programming language)|Scheme]], the target of a function call may not be explicit. For example in the isolated expression:
(lambda (f) (f x))
|