Skip to content

Instantly share code, notes, and snippets.

View RasanenTapio's full-sized avatar

Tapio Räsänen RasanenTapio

View GitHub Profile
@RasanenTapio
RasanenTapio / MacroVariablesExample
Created November 10, 2014 19:38
Macro variables: Local and global scope - example
/* Some easy ways for debugging macro variables.
Here are some commands to put macro variables to log:
%PUT _ALL_;
%Put _GLOBAL_;
%Put _LOCAL_;
*/
%Global Number1;