mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
4 lines
48 B
QBasic
4 lines
48 B
QBasic
10 for k=0 to 1024
|
|
20 emit(k mod 1024;)
|
|
30 next
|