Content deleted Content added
Allforrous (talk | contribs) →External links: Commonscat template. |
LordOfPens (talk | contribs) m Grammar |
||
Line 1:
{{cleanup-rewrite|date=July 2014}}
In [[computer science]], '''control
For many [[imperative programming language]]s, the control flow of a program is explicit in a program's source code.{{dubious|date=July 2014}} As a result, [[interprocedural analysis|interprocedural]] control-flow analysis implicitly usually refers to a [[static analysis]] technique for determining the receiver(s) of function or method calls in computer programs written in a [[higher-order programming language]].{{dubious|date=July 2014}} For example, in a programming language with [[higher-order functions]] like [[Scheme (programming language)|Scheme]], the target of a function call may not be explicit: in the isolated expression
|