Conditional structures: Difference between revisions

m
Undo revision 335041 by Chunes (talk) I was mistaken
m (→‎{{header|Plain English}}: fix a typo (conditional -> decider))
m (Undo revision 335041 by Chunes (talk) I was mistaken)
Tag: Undo
Line 5,872:
 
=={{header|Plain English}}==
Plain English only has one kind of conditional, called a "decider.conditional".
<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