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