Skip to content

Instantly share code, notes, and snippets.

@lnds
Created January 10, 2016 16:30
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 lnds/25a5db4dc7b3a158bf53 to your computer and use it in GitHub Desktop.
Save lnds/25a5db4dc7b3a158bf53 to your computer and use it in GitHub Desktop.
If en Swift
if i >= tam {
return nil
} else if c < "0" || c > "9" {
return nil
} else {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment