Declares an argument as a <variable>, optionally, initializes it with an <initial value>.
Syntax
%Decl(<variable>,<initial value>)
Syntax Example
%Decl(var1,0)
Expansion
/*There is no expanded code. Internally, var1 is declared and initialized with the value 0. */
Usage
Classified as a Miscellaneous macro.
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |