Home    Reference > C Tags > @x:exp
prev next

Description

The result of this command is the result of its single expression. It is useful when embedding expressions into XML syntax.

Command Syntax

'@x:exp' <exp>

No options or body are permitted.

Execution Semantics

The result of executing the @x:exp command is the result of executing it attribute expression.

Examples

<b>
   The sum of &a; and &b; is <@x:exp a + b/>.
</b>