Tipos de retorno de funciones en Swift
func functionWithReturnType() -> String { return "I must return a string"}
Talented Tiger
func functionWithReturnType() -> String { return "I must return a string"}