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
/
defaultprocparam
/
mdefaultprocparam.nim
blob: 4a17277c0b6f69175924b552325970079079dfde (
plain
) (
blame
)
1
2
3
4
5
proc
p
*
(
f
=
(
proc
():
string
=
"hi"
))
=
echo
f
()