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