nondescript/tests/while2.nds

4 lines
46 B
Plaintext
Raw Normal View History

2022-01-29 07:24:58 +01:00
var i = 5;
while (i > 0)
print i = i - 1
;