Difference between revisions of "Conditional"

From Computer History Wiki
Jump to: navigation, search
(Redir - covered there)
 
(Stubby, but covers the basics)
 
Line 1: Line 1:
#Redirect [[Conditional branch]]
+
A '''conditional'' is one type of [[control flow]] [[statement]] in high-level [[programming language]]s; in such languages, it is analogous to an [[conditional branch]] in [[object code]].
 +
 
 +
{{stub}}
 +
 
 +
[[Category: Software Basics]]

Latest revision as of 15:54, 12 May 2023

A 'conditional is one type of control flow statement in high-level programming languages; in such languages, it is analogous to an conditional branch in object code.