Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Swift Introduction to Swift in Ruby

Swift Introduction to Swift in Ruby

2014-06-17 Presented on Ruby Tuesday #29

Joseph Ku

June 17, 2014
Tweet

More Decks by Joseph Ku

Other Decks in Technology

Transcript

  1. π

  2. let name = "Afu" let age = 3 let greetings

    = "Hi! My name is \(name). My human age is \(age * 7)" println(greetings)
  3. ?

  4. ?