Content deleted Content added
Fgnievinski (talk | contribs) |
m basic grammar clarification Tags: Visual edit Mobile edit Mobile web edit |
||
(One intermediate revision by the same user not shown) | |||
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.
|