docs
[mirrors/Programs.git] / turbobasic / 1998 / LOSO9.BAS
CommitLineData
0f95cc4b
H
1CLS\r
2SCREEN 0\r
3COLOR 14,1\r
4T=TIMER\r
5T=T*2\r
6G=RND*30\r
7D=T+G\r
8PRINT D\r
9STOP\r
10END\1a
This page took 0.145139 seconds and 4 git commands to generate.