Symbol definition
@DEF(symbol)
Returns an integer 1 if symbol has been defined, 0 otherwise. The symbol may be any label not associated with a MACRO or SECTION directive. If symbol is quoted, it is looked up as a DEFINE symbol; if it is not quoted, it is looked up as an ordinary label.
IF @DEF(ANGLE) ; assemble if ANGLE defined