Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / STICKS.BAS
1 for A=0 TO 6000
2 CLS
3 COLOR 0,15
4 SCREEN 0
5 X=STICK (0)
6 Y=STICK (1)
7 REM LOCATE X,Y
8 REM PRINT "O"
9 PRINT X " , " Y
10 FOR D=0 TO 300
11 NEXT D
12 NEXT A
13 END\1a
This page took 0.359322 seconds and 4 git commands to generate.