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 © 2017 erwin Inc.
All rights reserved.
|
|