dos33fsprogs/textmode/textscroll/matrix.bas

9 lines
148 B
QBasic
Raw Normal View History

2021-04-26 17:40:59 +00:00
0 T=INT(RND(1)*20)+1
1 B=T+8: IF B>23 THEN B=23
2 L=INT(RND(1)*35)
3 POKE 32,L:POKE 33,1:POKE 34,T:POKE 35,B
4 VTAB T
5 LIST 7
6 GOTO 0
7 "-!/\*+^%