Skip to content

Instantly share code, notes, and snippets.

@lnds
Last active January 10, 2016 16:44
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/e7e9c746475baf88d65d to your computer and use it in GitHub Desktop.
Save lnds/e7e9c746475baf88d65d to your computer and use it in GitHub Desktop.
If en Rust
if !c.is_digit(10) { return Error }
else if i >= tam { return Error }
else { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment