When you need a delay, as now, and you can not use a delay, using a while loop is usually safe.
Cuando necesitéis un retraso, como ahora, y no podáis poner un delay, utilizar un while como este suele ser seguro.
Here is an example of using a while loop where the code repeats until the value gets close enough to zero
Este es un ejemplo del uso del bucle while donde el código se repite hasta que el valor se acerca lo suficiente a cero
In the expression using a while loop, the (setq list (cdr list)) expression shortens the list, so the while loop eventually stops.
En la expresión que usa un bucle while, la expresión (setq lista (cdr lista)) acorta la lista, por lo que el bucle while termina deteniéndose.
Using a while loop, write a function to count the number of punctuation marks in a region - period, comma, semicolon, colon, exclamation mark, and question mark.
Usando un bucle while, escribe una función para contar el número de signos de puntuación en una región - punto, coma, punto y coma, dos puntos, signos de interrogación y exclamación.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.