Skip to content

Instantly share code, notes, and snippets.

@geykel
Created April 7, 2016 00:29
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 geykel/07abbd20cbceeaad463f2190c87de85c to your computer and use it in GitHub Desktop.
Save geykel/07abbd20cbceeaad463f2190c87de85c to your computer and use it in GitHub Desktop.
if let numero = Int("5") {
print("El número es \(numero)")
} else {
print("No se puede convertir a número")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment