There was an error while loading. Please reload this page.
1 parent 233830e commit 3601144Copy full SHA for 3601144
README.md
@@ -1125,13 +1125,13 @@ int month = 3;
1125
string monthString;
1126
switch (month)
1127
{
1128
- case 1:
+ case >= 1 and <= 1:
1129
monthString = "January";
1130
break;
1131
- case 2:
+ case >= 2 and <= 2:
1132
monthString = "February";
1133
1134
- case 3:
+ case >= 3 and (< 3 or 3):
1135
monthString = "March";
1136
1137
// You can assign more than one case to an action
0 commit comments