Skip to content

Instantly share code, notes, and snippets.

@laginha87
Created May 2, 2018 18:20
Show Gist options
  • Save laginha87/a8068d2cff0ac2d7b543513ff5284457 to your computer and use it in GitHub Desktop.
Save laginha87/a8068d2cff0ac2d7b543513ff5284457 to your computer and use it in GitHub Desktop.
Macro Example cr
macro example
%a = 5
a = %a + a
end
a = 4
example
print(a) // Prints 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment