Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created September 4, 2013 00:29
Show Gist options
  • Save khannedy/6431365 to your computer and use it in GitHub Desktop.
Save khannedy/6431365 to your computer and use it in GitHub Desktop.
If di Scala
@Test
def testIfNormal() {
val name = "Eko"
if (name == "Eko") {
println("Akses Diterima")
} else {
println("Akses Ditolak")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment