Skip to content

Instantly share code, notes, and snippets.

@SatoTakeshiX
Created March 1, 2018 01:21
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 SatoTakeshiX/1cd400a1b9c4968364a85ce83ff1bb5d to your computer and use it in GitHub Desktop.
Save SatoTakeshiX/1cd400a1b9c4968364a85ce83ff1bb5d to your computer and use it in GitHub Desktop.
このクロージャー、返り値Int? #CodePiece #tryswiftconf
let myVariable: Int = {
while(true){}
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment