Content deleted Content added
m Simple grammatical clarification. Tags: Visual edit Mobile edit Mobile web edit |
m basic grammar clarification Tags: Visual edit Mobile edit Mobile web edit |
||
Line 5:
A '''term''' is defined as a "linguistic construct in a [[conceptual schema]] language that refers to an entity".<ref name="ISO/IEC 2382"/>
[[Control flow]] statements (such as [[Conditional (computer programming)|conditionals]], [[foreach loop]]s, [[while loop]]s, etc) are language constructs, not [[Subroutine|function]]s. So <code>while (true)</code> is a language construct, while <code>add(10)</code> is a function call.
|