nimhcr_0_6.nim 90 B

12345
  1. let g_0 = 1000 # new value! but also a "new" global :)
  2. proc getInt*(): int = return g_0