DoUntil0.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

DO
	PRINT "\013\010", index
	index=index+1
LOOP UNTIL index = 10
	

 

VestaTech Home

© 2002 Vesta Technology