Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created August 1, 2020 22:13
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 Ayeeta/f34ebea2f78169ddf83f1108cfa86c3c to your computer and use it in GitHub Desktop.
Save Ayeeta/f34ebea2f78169ddf83f1108cfa86c3c to your computer and use it in GitHub Desktop.
when statement
var x = 1
when (x){
1 ->println("x is 1")
else -> println("x is not equal to 1")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment