2009-07-08 18:59:10 +00:00

4 lines
42 B
ChaiScript

for (var i = 0; i < 5; ++i) {
print(i)
}