Content deleted Content added
Fixed wiki page link for Cartesian Product. |
The use of "control flow" here is not a weasel word; the previous paragraph has a link to the article explaining it. |
||
Line 2:
In [[computer science]], '''control flow analysis''' ('''CFA''') is a [[static code analysis]] technique for determining the [[control flow]] of a program. The control flow is expressed as a [[control flow graph]] (CFG). For both [[functional programming language]]s and [[object-oriented programming language]]s, the term CFA, and elaborations such as ''k''-CFA, refer to specific algorithms that compute control flow.{{dubious|date=July 2014}}
For many [[imperative programming language]]s, the control flow
<source lang="scheme">
(lambda (f) (f x))
|