This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |