WebGlossary.info
Conditional
- A feature of a programming language which perform different computations or actions depending on whether a programmer-specified Boolean condition evaluates to true or false. Apart from the case of branch predication, this is achieved by selectively altering the control flow based on some condition. In imperative programming languages, the term “conditional statement” is usually used, whereas in functional programming, “conditional expression” or “conditional construct” are preferred. ← Wikipedia
- Previous term: Condition variable
- Next term: Conditional Comments
- Random term: Changeset