Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2018 11:00
Show Gist options
  • Save anonymous/003e8481e57f258bd156e8527402faf5 to your computer and use it in GitHub Desktop.
Save anonymous/003e8481e57f258bd156e8527402faf5 to your computer and use it in GitHub Desktop.
proc test(i: var int)
proc test2(i: var int) =
i.test() # <-- click here on goto goes to line 1; more interesting would be line 6
proc test(i: var int) =
i.inc(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment