Download for Windows Premium
-50% Premium
Publiciteit
continue statement

Vertaling van "continue statement" in Spaans

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
La sintaxis de la sentencia continue es la siguiente
If the execution of the loop needs to be continued at the end of the loop body, continue statement can be used as a shortcut.
Si la ejecución del bucle necesita continuar al final del cuerpo del bucle, se puede utilizar la sentencia continue como acceso directo.
This command usually must be followed by another continue statement.
Este comando suele tener que acompañarse por otra instrucción continue.
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
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor continue statement in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
garlic clove: small segment of a garlic bulb used in cooking
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 23. Exact: 23. Verstreken tijd: 53 ms.