15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
oom // read n into cell0
|
|
|
|
moO OOO // cell1 = 0 (current value)
|
|
mOo // back to cell0
|
|
|
|
MOO // while n != 0
|
|
|
|
moO // go to current value (cell1)
|
|
OOM // print it
|
|
MoO // current++
|
|
|
|
mOo // back to n (cell0)
|
|
MOo // n--
|
|
|
|
moo |