Skip to content

Instantly share code, notes, and snippets.

@dnys1
Created May 9, 2023 17:08
Show Gist options
  • Save dnys1/2c21e4067ffce9d989ab51d13f746e7c to your computer and use it in GitHub Desktop.
Save dnys1/2c21e4067ffce9d989ab51d13f746e7c to your computer and use it in GitHub Desktop.
bustling-aurora-9307

bustling-aurora-9307

Created with <3 with dartpad.dev.

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