Control-flow analysis: Difference between revisions

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