Next: , Previous: , Up: Built-in functions   [Contents][Index]


7.2.3.25 $IFDEF: Two-way conditional

This built-in primitive is the code-part version of ‘@#ifdef’. The syntax is

$IFDEF(macro, action-if-defined,action-if-not-defined)