Skip to content

Instantly share code, notes, and snippets.

@lnds
Created January 10, 2016 16:30
Show Gist options
  • Select an option

  • Save lnds/25a5db4dc7b3a158bf53 to your computer and use it in GitHub Desktop.

Select an option

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