index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
dll
/
nimhcr_0_6.nim
blob: fe0b29a36f610741b817ea716f6b772d90a5ecc8 (
plain
) (
blame
)
1
2
3
4
let
g_0
=
1000
# new value! but also a "new" global :)
proc
getInt
*
():
int
=
return
g_0