Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created September 4, 2013 00:31
Show Gist options
  • Save khannedy/6431375 to your computer and use it in GitHub Desktop.
Save khannedy/6431375 to your computer and use it in GitHub Desktop.
If di Scala tanda kurung kurawal
@Test
def testIfNormalWithoutCurlyBrace() {
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