docs
[mirrors/Programs.git] / turbobasic / 1998 / VIPIS.BAS
1 A=0
2 FOR I=0 TO 24
3 A=A+1
4 REM CLS
5 COLOR 14,1
6 SCREEN 0
7 LOCATE A,A
8 PRINT I
9 NEXT I
10 END\1a
This page took 0.428867 seconds and 4 git commands to generate.