contents.gifindex.gif

@Ifdef - If Defined Directive

Syntax

@IFDEF id {block}

id - An identifier

block - A valid block of text

Use

@IFDEF includes the text contained within the block if the identifier is defined.

Example

A pin 5 ;

@IFDEF A {BASE = ^hE000;}
"the above assignment is made because A was defined


See Also

@ifndef