mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-07 05:54:06 +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
|