Content deleted Content added
m →Standard stream I/O: {{codett}} |
→Conditional statements: fix syntaxhighlight errors |
||
Line 1,799:
| <code>if ''condition'' then ''statements'' elif ''condition'' then ''statements'' fi</code>
| <code>case ''switch'' in ''statements, statements«,...'' out ''statements''» esac</code>
| <syntaxhighlight lang="text" inline>( condition | valueIfTrue | valueIfFalse )</syntaxhighlight>
|- valign="top"
| [[ALGOL 68]]<br />(brief form)
| <syntaxhighlight lang="text" inline>( condition | statements «| statements» )</syntaxhighlight>
| <syntaxhighlight lang="text" inline>( condition | statements |: condition | statements )</syntaxhighlight>
| <syntaxhighlight lang="text" inline>( variable | statements,... «| statements» )</syntaxhighlight>
|
|- valign="top"
|