Examples with "con un while" and their translation in Engels
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.
Podríamos hacerlo con un while select de esta manera
Si bien este tipo de vigilancia se resuelve fácilmente con un while de Bash, éste puede volverse rápidamente complejo y no es divertido estar depurándolo cada que uno se ve en la necesidad.
Although this type of monitoring can be easily solved by using while under Bash, it could easily become complex and it is not fun to debug it each time the need comes up.
Andere resultaten
De otra forma, los programas lo harían todo con un bucle while.
Ahora queremos procesar esos datos en PHP con un simple bucle while.
Puedes escribir la función para contar palabras tanto de manera recursiva como con un bucle while.
You can write the function for counting words recursively as well as with a while loop.
Insertar columnas es un acto repetitivo; esto significa que esta función puede escribirse con un bucle while o recursivamente.
Inserting columns is a repetitive act; that means that this function can be written either with a while loop or recursively.
Primero, implementaremos el comando para contar palabras con un bucle while, luego con recursión.
First, we will implement the word count command with a while loop, then with recursion.
Esto es lo contrario de lo que pasa con un bucle while-do, que se ejecuta mientras la condición sea cierta.
This is the opposite from a while-do loop, which is executed while the condition is true.
No vayas a usarla con un bucle while!
En el futuro, colocaremos iteradores asincrónicos, que reemplazarían el bucle while con un bucle for-of, haciéndolo más prolijo todavía.
In future, we'll get async iterators, which would replace the while loop with a for-of loop, making it even neater.
Ejemplo El siguiente ejemplo ilustra el uso de un descanso declaración con un bucle while.
Example The following example illustrates the use of a break statement with a while loop.
La tercera opción es un bucle while con un if anidado
La primera es un bucle while con un if anidaddo