RosettaCodeData/Task/Conditional-structures/00DESCRIPTION

9 lines
259 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
{{Control Structures}}
[[Category:Simple]]
;Task:
List the   ''conditional structures''   offered by a programming language.
Common conditional structures are     '''if-then-else'''     and     '''switch'''.
<br><br>