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
/
niminaction
/
Chapter2
/
no_iterator.nim
blob: 331d69480a3559b4c14353938e975f36c452d0ef (
plain
) (
blame
)
1
2
3
4
5
6
7
discard
"""
line: 6
errormsg: "type mismatch"
"""
for
i
in
5
:
echo
i