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.
sentencia continue
instrucción continue
continuar declaración
The syntax of the continue statement looks like the following
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.
To skip the rest of the instructions in the loop and begin the next iteration, use a continue statement.
Para omitir el resto de instrucciones del bucle y comenzar la siguiente iteración, utilice una instrucción continue.
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.
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.
The following example shows a while loop that has a continue statement that executes when the value of i is 3.
El siguiente ejemplo muestra un bucle while que tiene una sentencia continue que se ejecuta cuando el valor de i es 3.
You can also use a continue statement to skip the rest of a current iteration of a loop and move on to the next iteration (reevaluating the conditional expression, of course).
También puede utilizar una instrucción continue para omitir el resto de una iteración actual de un bucle y pasar a la siguiente iteración (reevaluando la expresión condicional, por supuesto).
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.
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
Potentieel gevoelige of ongepaste informatie
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.