Conditional Software Statement
(Redirected from Conditional Program Statement)
Jump to navigation
Jump to search
A Conditional Software Statement is a control flow statement that perform different software statements depending on a condition variable.
- Context:
- It can be a Conditional Proof Condition Statement.
- …
- Example(s):
- Counter-Example(s):
- See: Imperative Programming, Expression (Programming), Dynamic Dispatch, Horn Clause, Pattern Matching Expression, Computer Program Statement.
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Conditional_(computer_programming) Retrieved:2015-10-6.
- In computer science, conditional statements, conditional expressions and conditional constructs are features 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 always 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, the terms "conditional expression” or "conditional construct" are preferred, because these terms all have distinct meanings.
Although dynamic dispatch is not usually classified as a conditional construct, it is another way to select between alternatives at runtime.
- In computer science, conditional statements, conditional expressions and conditional constructs are features 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 always achieved by selectively altering the control flow based on some condition.
2009
- http://www.humboldt.edu/~mfg1/glossary.html.
- Conditional sentence: A compount sentence in which one sentence is said to imply or entail another sentence.