Skip to content

Instantly share code, notes, and snippets.

@gollodev
Created July 2, 2017 05:12
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 gollodev/0a6f033e9fb33b589f7f48e1b8a38222 to your computer and use it in GitHub Desktop.
Save gollodev/0a6f033e9fb33b589f7f48e1b8a38222 to your computer and use it in GitHub Desktop.
post1-bucle1
for ([expresion inicial]; [condicion]; [incremento]) {
//bloque de codigo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment