mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
5 lines
65 B
Nim
5 lines
65 B
Nim
# Module A
|
|
var x*: string
|
|
proc foo*(a: string) =
|
|
echo "A: ", a
|