definitions.nim 85 B

12345
  1. var v*: int
  2. proc p* = echo "proc p called"
  3. template t* = echo "template t expanded"