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
/
mambsym3.nim
blob: 946a5ff294960b967ba6cad0d8567d82149de0eb (
plain
) (
blame
)
1
2
3
4
# Module A
var
x
*
:
string
proc
foo
*
(
a
:
string
)
=
echo
"A: "
,
a