A set of commands being repeated makes a program loop.
To find all occurrences of lines that contain the word "FOR", preceded by any number of spaces, (as in a computer program loop), and to include the line number where each occurrence is found, type
Para buscar todas las líneas que contengan la palabra "PARA" precedida por cualquier número de espacios (como en un bucle de programa) e incluir el número de la línea en la que aparece, escriba
It is necessary to check in program loop whether the GO/DONE pin is cleared or wait for an A/D interrupt (must be previously enabled).
Es necesario comprobar en el bucle de programa si el bit GO/DONE está a cero o esperar que se produzca una interrupción (deberá estar anteriormente habilitada).
The program LOOP Diverse, which was created the previous year with the objective of exploring the possibilities of video art as a vehicle of intercultural dialog, was stimulated on the occasion of the European Year of Intercultural Dialogue 2008.
El programa LOOP Diverse, que nació el pasado año con el objetivo de explorar las posibilidades del video arte como vehículo de diálogo intercultural, ha sido impulsado con motivo del Año Europeo del Diálogo Intercultural 2008.
Place this code somewhere ahead of your main program loop.
Coloca el anterior código en algún lugar antes del bucle principal.
Create these variables before the main program loop.
This should be done once sometime before the main program loop.
Esto puede hacerse en cualquier punto antes del bucle principal.
Loading the image should be done before the main program loop.
La carga de la imagen debería hacerse antes del bucle principal del programa.
A special type of program loop is the endless loop.
Un tipo especial del bucle de programa es un bucle infinito.
Add an elif in your main program loop and see if the user is asking for status.
Añade un elif en el bucle principal de tu programa que mire si el usuario está preguntado por su estado.
Add an elif in your main program loop and handle if the user wants to stop for the night.
Añade un elif en el bucle principal de tu programa que gestione si el jugador quiere detenerse por la noche.
Add an elif in your main program loop and handle if the user wants to go ahead full speed.
Añade un elif en el bucle principal de tu programa que gestione si el jugador quiere avanzar a toda velocidad.
Use one of these two examples and place the code to create our array ahead of your main program loop.
Utiliza cualquiera de los dos ejemplos anteriores, y coloca el código que creará nuestro array antes del bucle principal.