docs
[mirrors/Programs.git] / turbobasic / 1998 / DDM-CTV2.BAS
1 cls
2 color 5,7
3 screen 1
4 for a=1 to 319
5
6 cls
7 line (1,1)-(319,199),5,b
8 wait (10)
9 line (a,1)-(150,199)
10 next a
11 end\1a
This page took 0.240308 seconds and 4 git commands to generate.