Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / 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.388105 seconds and 4 git commands to generate.