Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 31, 2014 13:36
Show Gist options
  • Save ostretsov/2f2130557624ae8998f3 to your computer and use it in GitHub Desktop.
Save ostretsov/2f2130557624ae8998f3 to your computer and use it in GitHub Desktop.
val a = if (3 > 2) 5 else 6
val b = if (7 > 6) { 25; 4; 3 } else { 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment