2cdfe35e7 ^
36accda8a ^
e80465dac ^
1 2 3 4
5
6
7
8
9
10
11 12
13 14
discard """ file: "tcountup.nim" output: "0123456789" """ # Test new countup and unary < for i in 0 .. < 10'i64: stdout.write(i) #OUT 0123456789