Skip to content

Instantly share code, notes, and snippets.

@dom96
Created February 14, 2012 22:39
Show Gist options
  • Save dom96/1831213 to your computer and use it in GitHub Desktop.
Save dom96/1831213 to your computer and use it in GitHub Desktop.
proc addOne(n: var int) =
n += 1
var number = 0
number.addOne()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment