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