We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
la sentencia continue
la instrucción continue
La continuar declaración
The syntax of the continue statement looks like the following
In that case you can use the continue statement to skip to the next iteration without finishing the body of the loop for the current iteration.
En ese caso se puede utilizar la sentencia continue para pasar a la siguiente iteración sin terminar la ejecución del cuerpo del bucle para la actual.
If iteration equals 4, x is incremented and the continue statement is called, which immediately causes awk to start to the next loop iteration without executing the rest of the code block.
En la vuelta número 4, x es incrementado y la instrucción continue es ejecutada, lo cual provoca el salto a la siguiente iteración sin ejecutar ni una línea más de la vuelta actual.
The continue statement works for every kind of awk iterative loop, just as break does.
La instrucción continue funciona para todos los tipos de bucle interactivo en awk, al igual que break.
Note: Note that unlike some other languages, the continue statement applies to switch and acts similar to break.
Nota: Cabe señalar que a diferencia de algunos otros lenguajes, la sentencia continue se aplica a switch y actúa de manera similar a break.
In this case, the continue statement needs to be nested within this labeled statement. Examples
En este caso, la sentencia continue necesita estar anidada dentro de esta sentecia etiquetada. Ejemplos
For that purpose, you need the continue statement, shown in Listing 12.
Para eso, necesita la sentencia continue, que se muestra en el Listado 13
The continue statement can include an optional label that allows the program to jump to the next iteration of a labeled loop statement instead of the current loop.
La sentencia continue puede incluir una etiqueta opcional que permite al programa saltar a la siguiente iteración del bucle etiquetado en vez del bucle actual.
LONG DESCRIPTION In a script, the Continue statement immediately returns the program flow to the top of the innermost loop that is controlled by a For, Foreach, or While statement.
DESCRIPCIÓN DETALLADA En un script, la instrucción Continue devuelve de inmediato el flujo del programa al principio del bucle más interno controlado por una instrucción For, Foreach o While.
The labeled form of the continue statement skips the current iteration of an outer loop marked with the given label.
Si se usa la forma etiquetada de continue, el bucle sigue a partir de la sentencia que tiene la etiqueta.
The continue statement tells the interpreter to immediately start the next iteration of the loop and skip the remaining code block.
La continuar declaración dice al intérprete para iniciar de inmediato la siguiente iteración del bucle y saltar el bloque de código restante.
The continue statement is similar to the break command, except that it causes the current iteration of the loop to exit, rather than the entire loop.
La continuar declaración es similar a la ruptura de comandos, excepto que provoca la iteración actual del bucle para salir, en lugar de todo el bucle.
The continue statement in Python returns the control to the beginning of the while loop.
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.
Er zijn geen resultaten gevonden voor deze term.
Synoniemen voor the continue statement in het Engels