Skip to content

Instantly share code, notes, and snippets.

@toshi0383
Created December 4, 2015 08:22
Show Gist options
  • Select an option

  • Save toshi0383/cf74db743c637a2516fb to your computer and use it in GitHub Desktop.

Select an option

Save toshi0383/cf74db743c637a2516fb to your computer and use it in GitHub Desktop.
エラーにならないんだ。。 #CodePiece
func exec(closure:Int->Void) {
closure(4)
}
exec {number in
print(number) // 4
let number = 3
print(number) // 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment