
@Ifiden - If Identical Directive
Syntax
@IFIDEN (arg1,arg2) {block}
arg1,2
- Actual arguments or dummy arguments preceded by "?"
block - A valid block of text
Use
The text in the block is included in the source file if arg1 and arg2 are
identical.
Example
@ifiden (?A,abcd) { ?A device 'P16R4'; }
A device declaration for a P16R4 is made if the actual argument substituted
for A is identical to abcd.
See Also
@ifniden