@@ -95,9 +95,9 @@ at the end of each <statementList>. This ensures that only one
9595
9696This also means that you can attach more than one <caseValue> or
9797<caseCondition> to the same <statementList>, simply by placing one
98- <case> line above the next. The following example beeps if the <current
99- card> is either the last or first <card>, and goes to the next <card>
100- otherwise:
98+ <case> line above the next. The following example beeps if the
99+ <current card> is either the last or first <card>, and goes to the
100+ next <card> otherwise:
101101
102102 switch (the number of this card)
103103 case 1
@@ -121,7 +121,8 @@ more slowly the <switch> <control structure|structure>
121121> <command> and appears in the <commandNames>.
122122
123123References: switch (control structure), if (control structure),
124- break (control structure), value (function), commandNames (function),
124+ break (control structure), repeat (control structure),
125+ try (control structure), value (function), commandNames (function),
125126current card (glossary), value (glossary), execute (glossary),
126127statement (glossary), keyword (glossary), expression (glossary),
127128control structure (glossary), evaluate (glossary), command (glossary),
0 commit comments