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