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.
while loop is
Un bucle while es una estructura de control común en muchos lenguajes.
A while loop is a common control structure in many languages.
El segundo bucle while es para mover el punto hacia adelante.
Un forma común para controlar un bucle while es probar si una lista tiene algún elemento.
A common way to control a while loop is to test whether a list has any elements.
Así que la prueba en el bucle while es simple
So the test for the while loop is simply
El propósito de un bucle while es para ejecutar una instrucción o bloque de código en varias ocasiones, siempre y cuando la expresión es verdadera.
The purpose of a while loop is to execute a statement or code block repeatedly as long as an expression is true.
La versión que utiliza un bucle while es fácil de comprender, así que voy a adaptarla.
The version that uses a while loop is easy to understand, so I am going to adapt that.
Otra manera común de escribir un bucle while es con una prueba que determine si un contador es mayor que cero.
Another common way to write a while loop is to write the test so that it determines whether a counter is greater than zero.
Además, todo el bucle while es una lista dentro del cuerpo del let.
Moreover, the whole of the while loop is a list within the body of the let.
El bucle while es como nuestro primer ejemplo (Consulta la Sección Un bucle while y una lista).
The while loop is just like our first example (see Section A while Loop and a List).
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.
What happens is that the true-or-false-test in the while loop tests true, so the search expression is executed.
Si la prueba-verdadero-o-falso del bucle while es verdadera, el punto salta hacia adelante, y si es falsa el punto estaría al final de la región.
The true-or-false-test of the while loop should test true so long as point should jump forward, and false when point is at the end of the region.
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.