====== ugBASIC User Manual ====== ===== DO ... LOOP ===== ===== SYNTAX ===== * ''DO ... LOOP'' ==== PURPOSE ==== Implement an unconditional loop. The ''DO'' instruction defines the starting point of the loop, while the ''LOOP'' instruction defines the end point. ==== EXAMPLE ==== DO : x = x + 1 : LOOP ==== AVAILABLE ON ==== * Commodore 64 * ZX Spectrum 48K ==== SEE ALSO ====