index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
titer4.nim
blob: 376522482c4a363767932d7ef4c674a82d211b79 (
plain
) (
blame
)
1
2
3
for
x
in
{
'a'
..
'z'
}:
#ERROR_MSG iterator within for loop context expected
nil