Skip to content

Instantly share code, notes, and snippets.

@deepakmehra10
Created July 14, 2019 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakmehra10/7c4e502ff41960d891d97a1ec22ff7c5 to your computer and use it in GitHub Desktop.
Save deepakmehra10/7c4e502ff41960d891d97a1ec22ff7c5 to your computer and use it in GitHub Desktop.
String number = Match(2).of(
Case($(1),"one"),
Case($(2),"two"),
Case($(),"default")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment