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
/
modules
/
definitions.nim
blob: edc6eaa6d4dd7241bd0d1e5f1e13e2b8ea62dd28 (
plain
) (
blame
)
1
2
3
4
var
v
*
:
int
proc
p
*
=
echo
"proc p called"
template
t
*
=
echo
"template t expanded"