Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 2, 2019 22:50
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 parzibyte/bab26b22de29d229db9d5fc49632af2f to your computer and use it in GitHub Desktop.
Save parzibyte/bab26b22de29d229db9d5fc49632af2f to your computer and use it in GitHub Desktop.
// Definir un arreglo con arrayOf
val nombres = arrayOf("Luis", "María José", "Fernando")
for (nombre in nombres){
println(nombre)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment