Fixed DOS encodings using: iconv -f CP852
[mirrors/Programs.git] / turbobasic / CIS1AZ10.BAS
CommitLineData
0f95cc4b
H
1SCREEN 1\r
2V=TIMER\r
3PRINT "CAS" V\r
4V=INT(((V-INT(V))+.2)*10)\r
5PRINT "DALE" V\r
6FOR I=1 TO 19\r
7A=INT(RND*V+1)\r
8IF A=11 THEN A=A-V+1\r
9PRINT A\r
10NEXT I\r
11SOUND 1200,2\1a
This page took 0.082513 seconds and 4 git commands to generate.