Zum Hauptinhalt springen

Decrement variable

XML
<math:dec var="var">
int
</math:dec>

<math:dec /> decrements the value of a variable.

Attributes

NameTypeDescriptionDefined By
varvarVariable name math:dec

Results

BindingTypePredicate
varintN/A

Examples

XML
<set var="number">2</set>
<math:dec var="number"/>
<output>$number</output>
<!-- 1 -->