Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created June 4, 2017 06:42
Show Gist options
  • Save agustarc/ad60ee24ffe09b34d6f28ac15fc24abd to your computer and use it in GitHub Desktop.
Save agustarc/ad60ee24ffe09b34d6f28ac15fc24abd to your computer and use it in GitHub Desktop.
when(x) {
1, 2 -> print("x is 1 or 2")
else -> print("otherwise")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment