Moved old turbobasic files to directory 1998 and added new directory for new files
[mirrors/Programs.git] / turbobasic / 1998 / LOSO9.BAS
1 CLS
2 SCREEN 0
3 COLOR 14,1
4 T=TIMER
5 T=T*2
6 G=RND*30
7 D=T+G
8 PRINT D
9 STOP
10 END\1a
This page took 0.286485 seconds and 4 git commands to generate.