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
/
lookups
/
mambsym4.nim
blob: ed66cc16d9d1fb29a8b84425f642dcd4f32a4c15 (
plain
) (
blame
)
1
2
3
4
# Module B
var
x
*
:
int
proc
foo
*
(
b
:
int
)
=
echo
"B: "
,
b