Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created November 28, 2018 23:26
Show Gist options
  • Save cassiozen/71bfc302e7fdb7780efc30f468fd0854 to your computer and use it in GitHub Desktop.
Save cassiozen/71bfc302e7fdb7780efc30f468fd0854 to your computer and use it in GitHub Desktop.
val result = if (number > 0) "Positive number" else "Negative number"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment