mambsym3.nim 65 B

12345
  1. # Module A
  2. var x*: string
  3. proc foo*(a: string) =
  4. echo "A: ", a