Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / DDM-CTV2.BAS
CommitLineData
0f95cc4b
H
1cls\r
2color 5,7\r
3screen 1\r
4for a=1 to 319\r
5\r
6cls\r
7line (1,1)-(319,199),5,b\r
8wait (10)\r
9line (a,1)-(150,199)\r
10next a\r
11end\1a
This page took 0.083871 seconds and 4 git commands to generate.