Next: $IFNDEF, Previous: $IFCASE, Up: Built-in functions [Contents][Index]
$IFDEF
This built-in primitive is the code-part version of ‘@#ifdef’. The syntax is
$IFDEF(macro, action-if-defined,action-if-not-defined)