Files
tsvm/assets/disk0/home/basic/emit.bas
2020-12-24 11:14:11 +09:00

4 lines
48 B
QBasic

10 for k=0 to 1024
20 emit(k mod 1024;)
30 next