SPRUI03E June 2015 – January 2023
If you want to use substitution symbols as local variables within a macro, you can use the .var directive to define up to 32 local macro substitution symbols (including parameters) per macro. The .var directive creates temporary substitution symbols with the initial value of the null string. These symbols are not passed in as parameters, and they are lost after expansion.
.var sym1 [,sym2 , ... ,symn ] |
The .var directive is used in the examples in Section 7.4.5.