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
/
tissue1642.nim
blob: 5b921fc05d565fd591e35f1c91d040a089058ee8 (
plain
) (
blame
)
1
2
3
block
:
var
i
=
0
proc
p
()
=
inc
(
i
)