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.
Finally, we know that the while loop should stop making repeated additions when there are no pebbles in a row.
Finalmente, sabemos que el bucle while debería detenerse cuando no halla guijarros en una fila.
The basic idea behind a for loop in PHP scripting is the same as the while loop.
Básicamente, los bucles for tienen la misma funcionalidad en un script de PHP que los bucles while.
The while loop instructs PHP to execute other, subordinate instructions for as long as the while condition is fulfilled.
Los bucles while instan a PHP a ejecutar instrucciones subordinadas en tanto que la condición while se cumpla.
To solve this problem we have another type of loop: the WHILE loop.
Para resolver este problema disponemos de otro tipo de bucle: el WHILE.
The variable y is set to 5 and the WHILE loop is set to run when y does not equal 5, so the loop terminates.
Los establece en 5 y el bucle WHILE se configura para ejecutarse cuando y sea diferente de 5, de modo que el bucle termine.
Another interesting system condition is the While loop.
Otra interesante condición de sistema es el bucle While.
After the internal variables are declared and bound to their initial values, we can begin the while loop.
Después de declarar y asignar las variables internas, podemos comenzar el bucle while.
So the test for the while loop is simply
Así que la prueba en el bucle while es simple
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.
To prevent the while loop from running forever, some mechanism needs to be provided to empty the list eventually.
Para prevenir que el bucle while se ejecute para siempre, es necesario proporcionar algún mecanismo para vaciar la lista.
We know that the while loop will continuously implement
Sabemos que el bucle while implementará continuamente
What happens is that the true-or-false-test in the while loop tests true, so the search expression is executed.
Lo que ocurre es que la prueba-verdadero-o-falso en el bucle while es verdadera, por lo que se ejecuta la expresión de búsqueda.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.