Skip to content

Instantly share code, notes, and snippets.

@wrobstory
Created December 30, 2014 03:47
Show Gist options
  • Save wrobstory/37ca1bf34174b3ddf6cc to your computer and use it in GitHub Desktop.
Save wrobstory/37ca1bf34174b3ddf6cc to your computer and use it in GitHub Desktop.
Numerics wat
scala> if (true) { 2 }
res1: AnyVal = 2
scala> if (true) { 2 } else { 3.0 }
res2: Double = 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment