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
/
closure
/
tissue600.nim
blob: eacc7a123510067f4dd12be969368c24fa70a2d3 (
plain
) (
blame
)
1
2
3
4
for
i
in
1
..
1
:
var
reported
=
false
proc
report
()
=
reported
=
true