%Decl
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 © 2021 Quest Software Inc. All rights reserved. All trademarks, trade names, service marks, and logos referenced herein belong to their respective companies. |