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