Borland TurboBASIC & TurboPASCAL stuff from 1998 when i started with programming...
[mirrors/Programs.git] / turbobasic / BINGO2.BAS
1 START:
2 SCREEN 0
3 CLS
4 COLOR 4,15
5 B=INT(RND*(4)*10+1)
6 LOCATE 5,5
7 PRINT B
8 REM LOCATE 6,6
9 REM INPUT " STISKNI ENTER " ;A$
10 END\1a
This page took 0.268638 seconds and 4 git commands to generate.