Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created September 10, 2018 11:28
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 kadiralev1/6d6eca2b90675a1943780d563fae219b to your computer and use it in GitHub Desktop.
Save kadiralev1/6d6eca2b90675a1943780d563fae219b to your computer and use it in GitHub Desktop.
var shortClosure : (Int , Int) -> Int = {
return $0 + $1
}
shortClosure(5,3) // Sonuc 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment