Created with <3 with dartpad.dev.
Created
May 9, 2023 17:08
-
-
Save dnys1/2c21e4067ffce9d989ab51d13f746e7c to your computer and use it in GitHub Desktop.
bustling-aurora-9307
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
switch ('hello') { | |
case 'hello': | |
print("Hello!"); | |
continue s; | |
s: case String _: | |
print("It's a string!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment