mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-17 22:41:14 +00:00
unary <; countup two type parameters; --recursivePath should work now
This commit is contained in:
@@ -19,6 +19,7 @@ tcnstseq.nim;AngelikaAnneAnnaAnkaAnja
|
||||
tconstr2.nim;69
|
||||
tcontinuexc.nim;ECcaught
|
||||
tcopy.nim;TEMP=C:\Programs\xyz\bin
|
||||
tcountup.nim;0123456789
|
||||
tcurrncy.nim;25
|
||||
temit.nim;509
|
||||
tenumhole;my value A1my value Bconc2valueCabc4abc
|
||||
|
||||
|
8
tests/accept/run/tcountup.nim
Normal file
8
tests/accept/run/tcountup.nim
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
# Test new countup and unary <
|
||||
|
||||
for i in 0 .. < 10'i64:
|
||||
stdout.write(i)
|
||||
|
||||
#OUT 0123456789
|
||||
|
||||
Reference in New Issue
Block a user