Conditional structures: Difference between revisions

m
→‎{{header|Plain English}}: fix a typo (conditional -> decider)
(Add Plain English)
m (→‎{{header|Plain English}}: fix a typo (conditional -> decider))
Line 5,872:
 
=={{header|Plain English}}==
Plain English only has one kind of conditional, called a "conditional"decider."
<syntaxhighlight lang="text">If [a decider], [do something]; [do another thing].</syntaxhighlight>
The first parameter is a decider that returns yes or no. If the result was yes, all the other statements on the same line as the conditional will execute. Otherwise, execution continues immediately to the next line.
1,808

edits