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
/
modules
/
mexport2b.nim
blob: 1af03413316847f8acce964a852389111397beb7 (
plain
) (
blame
)
1
2
3
proc
printXyz
*
()
=
echo
"xyz"
proc
foo
*
(
x
:
int
)
=
echo
"B.foo"