Fixed DOS encodings using: iconv -f CP852
[mirrors/Programs.git] / turbobasic / 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.193446 seconds and 4 git commands to generate.