Algunas veces estos son mas rápidos de escribir que el bucle while equivalente.
Sometimes these are quicker to write than the equivalent while loop.
Si quiere seguir tratando, ejecute tip en un ciclo while.
If you want to keep retrying, run tip in a while loop.
Para resolver este problema disponemos de otro tipo de bucle: el WHILE.
To solve this problem we have another type of loop: the WHILE loop.
Los establece en 5 y el bucle WHILE se configura para ejecutarse cuando y sea diferente de 5, de modo que el bucle termine.
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.
Recuerda, usa un bucle WHILE, no vayas a hacerlo con un bucle FOR.
Remember, use a WHILE loop, don't use a FOR loop.
Esto es, este bucle while se ejecuta un número aleatorio de veces.
That is, this while loop is executed a random numbers of times.
En esta sección, escribiremos la definición usando un bucle while.
In this section, we will write the definition using a while loop.
De otra forma, los programas lo harían todo con un bucle while.
Otherwise programs would do everything with a while loop.
El segundo bucle while es para mover el punto hacia adelante.
The second while loop is for moving point forward.
Esto suena como algo que necesitará un ciclo while.
This sounds like something that is going to need a while loop.
Y el siguiente bucle while interno hace exactamente eso.
And the next internal while loop does exactly that.
Otra interesante condición de sistema es el bucle While.
Another interesting system condition is the While loop.
El diseño utilizando un bucle while es rutinario.
The design using a while loop is routine.