DoWHILE0.txt example
Warning: if you clip this code into your program, look out for possible html code slipping in.
GLOBAL index AS INTEGER REM REM Numeric Example REM index = 0 DO WHILE index<10 PRINT "\013\010", index index=index+1 LOOP