Difference between revisions of "Conditional"
From Computer History Wiki
					
										
					
					|  (Redir - covered there) |  (Stubby, but covers the basics) | ||
| Line 1: | Line 1: | ||
| − | + | 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 13: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.

