Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / BINGO.BAS
1 CLS
2 A=0
3 COLOR 4,15
4 SCREEN 1
5 A=INT(RND*15)
6 LOCATE 2,2
7 PRINT A
8 END\1a
This page took 0.283838 seconds and 4 git commands to generate.