Skip to content

Commit 3551dac

Browse files
committed
Mention other goto case/default usage.
1 parent ae13dbe commit 3551dac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/statement.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,8 @@ foreach (i; 1..5)
13981398
writeln(message);
13991399
--------------
14001400
)
1401+
$(P $(RELATIVE_LINK2 goto-statement, `goto`) also supports jumping to
1402+
a specific case or the default case statement.)
14011403

14021404
$(H3 $(LNAME2 string-switch, String Switch))
14031405

0 commit comments

Comments
 (0)