Variables de impresión rápida y cuerdas juntas
var year = 2014
print("Swift was introduced in \(year)")
SAMER SAEID
var year = 2014
print("Swift was introduced in \(year)")