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