Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created November 19, 2018 09:57
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 fitomad/f4e94fce60d37347e846d15e0850a088 to your computer and use it in GitHub Desktop.
Save fitomad/f4e94fce60d37347e846d15e0850a088 to your computer and use it in GitHub Desktop.
// Iterando el array
elenco.forEach({ print("Un saludo de \($0.nombre). ¡¡Hola!!") })
/*
Un saludo de Penny. ¡¡Hola!!
Un saludo de Amy. ¡¡Hola!!
Un saludo de Bernadette. ¡¡Hola!!
Un saludo de Shedon. ¡¡Hola!!
Un saludo de Leonard. ¡¡Hola!!
Un saludo de Howard. ¡¡Hola!!
Un saludo de Raj. ¡¡Hola!!
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment