Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created August 21, 2014 23:52
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 marcioalthmann/dfc36310087512c9343a to your computer and use it in GitHub Desktop.
Save marcioalthmann/dfc36310087512c9343a to your computer and use it in GitHub Desktop.
Swift - variáveis
var nome = "Márcio Fábio Althmann"
var idade = 30
var anoDeNascimento: Int
anoDeNascimento = 1983
var primeiroNome: String
primeiroNome = "Márcio"
var dia = 8, mes = 10, ano = 1983
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment