Semantics : Expr

Expr  ::=  defined CONST_NAME | Assignment
| ConditionalExpr ( @ ConditionalExpr )*

Used by:  

The defined expression tells if a constant is defined.

The @ is the operator for string concatenation.