Skip to content

Instantly share code, notes, and snippets.

Created January 19, 2014 20:17
Show Gist options
  • Save anonymous/6bb1f9b90cc957480b67 to your computer and use it in GitHub Desktop.
Save anonymous/6bb1f9b90cc957480b67 to your computer and use it in GitHub Desktop.
var ircInt: int
var ircRefInt: ref int
ircInt = 9
new(ircRefInt)
ircRefInt = ircInt
echo( ircInt )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment