Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created April 1, 2019 13:22
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 agustarc/44660bf6e9d46143be13a04610465a1c to your computer and use it in GitHub Desktop.
Save agustarc/44660bf6e9d46143be13a04610465a1c to your computer and use it in GitHub Desktop.
if (x)
return foo()
else
return bar()
when(x) {
0 -> return "zero"
else -> return "nonzero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment