Files
COW-Apps/increment.cow
2026-02-19 22:52:16 +00:00

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