nondescript/tests/while2.nds

4 lines
46 B
Plaintext

var i = 5;
while (i > 0)
print i = i - 1
;