Skip to content

Commit 781b5dc

Browse files
committed
BetterC feature update: switch with strings
1 parent d451b60 commit 781b5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/betterc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ $(H2 $(LNAME2 retained, Retained Features))
8181
$(LI Interfacing with C++)
8282
$(LI COM classes and C++ classes)
8383
$(LI `assert` failures are directed to the C runtime library)
84+
$(LI `switch` with strings)
8485
)
8586

8687
$(H2 $(LNAME2 consequences, Unavailable Features))
@@ -94,7 +95,6 @@ $(OL
9495
$(LI Built-in threading (e.g. $(MREF core, thread)))
9596
$(LI Dynamic arrays (though slices of static arrays work) and associative arrays)
9697
$(LI Exceptions)
97-
$(LI `switch` with strings)
9898
$(LI `final switch`)
9999
$(LI `synchronized` and $(MREF core, sync))
100100
$(LI Static module constructors or destructors)

0 commit comments

Comments
 (0)