Defined

Determines whether a macro has been defined or not.

Syntax

defined(macro)

Allowed inputs

Uses

.if defined(debug)
    ; The macro "debug" has been defined.
.endif

See Also

define
ifdef

Unless otherwise stated, the content of this page is licensed under GNU Free Documentation License.