Skip to content

Instantly share code, notes, and snippets.

@makiftutuncu
Created December 4, 2015 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makiftutuncu/60df5df7f6e883259c9b to your computer and use it in GitHub Desktop.
Save makiftutuncu/60df5df7f6e883259c9b to your computer and use it in GitHub Desktop.
Scala'da Temel Kavramlar yazısınındaki örnek 2
val sayi: Int = 6
val metin = "Sayı çift mi?"
// Bu hata verecek.
val ciftMi: Boolean = _
// Bu da hata verecek.
sayi = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment