Skip to content

Instantly share code, notes, and snippets.

@davidkathoh
Created July 13, 2019 09:11
Show Gist options
  • Save davidkathoh/6ef469deeb72aa2493e2e1de636714e1 to your computer and use it in GitHub Desktop.
Save davidkathoh/6ef469deeb72aa2493e2e1de636714e1 to your computer and use it in GitHub Desktop.
Variable de type numerique
val monInt = 20
val monLong = 300L
val monFloat = 24.43F
val monDouble = 61.89
val monHexadecimal = 0X0F
val monBinary = 0b010101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment