Skip to content

Instantly share code, notes, and snippets.

@geykel
Created April 6, 2016 22:00
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/9b3d80e05483868c330d53d2331ebefb to your computer and use it in GitHub Desktop.
Save geykel/9b3d80e05483868c330d53d2331ebefb to your computer and use it in GitHub Desktop.
var codigoRespuestaServidor:Int? = 404
if codigoRespuestaServidor != nil {
print("codigoRespuestaServidor contiene un código")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment