Examples with "while, loop" and their translation 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.
If it is declared within a for, while, loop or switch, its scope starts at the declaration and ends at the respective end statement.
Si se declara dentro de un for, while bucle o interruptor, su ámbito de aplicación se inicia en la declaración y termina en el respectivo extremo comunicado.
Andere resultaten
That is, this while loop is executed a random numbers of times.
Esto es, este bucle while se ejecuta un número aleatorio de veces.
In a while loop, jump to the test statement.
If you change banks while playing loops, everything stops.
So to see that you understand while loops, we'll have a quiz
Entonces, para ver si entendieron los bucles while, tendremos una prueba.
Besides a while loop, you can work on each of a list of files with recursion.
Además de un bucle while, podemos trabajar en cada lista de ficheros con recursión.
Simply put, the while loop is executed while all necessary conditions for its execution are met...
En otras palabras, el bucle while se ejecuta una vez cumplidas todas las condiciones necesarias para su ejecución.
The asynchronous loop that made me feel so smug is replaced with a trusty, boring, while-loop.
El bucle asincrónico que me hizo tan presumido está reemplazado por un confiable y aburrido bucle while.
Subsequent clicks toggle recording off or on, while the tape loop keeps playing.
Los clics sucesivos activan o desactivan la grabación, mientras el bucle de cinta sigue reproduciéndose.
This means that the generated code will be a while loop, and will not blow the stack for large inputs.
Esto significa que el código generado será un bucle while y no desbordará la pila para entradas grandes.
May be used to exit explicitly from the current block, while, for or do loop bringing its argument.
Puede utilizarse para salir de un bloque, devolviendo su argumento. Véase block para más información.
In a Do-While loop, the condition is evaluated after the script block has run.
En un bucle Do-While, la condición se evalúa después de que se haya ejecutado el bloque de script.
When I find it, I terminate the while loop, and I print the result.
Y cuando lo encuentre, el bucle while termina, y puedo imprimir el resultado.