Created
October 16, 2017 06:16
-
-
Save JavierCane/4ae73714922d6eec12f1ee7acd3fc59e to your computer and use it in GitHub Desktop.
Scala if example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val lele = if ("Codely mola".isInstanceOf[String]) 3 else 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment