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