<inc> increment a value

name
inc
xml namespace
http://moyaproject.com

Increment (add 1 to) a value.

Example

<let hobbit_count="1" />
<inc dst="hobbit_count" />
<echo>${hobbit_count}</echo> <!-- 2 -->
attributes
name purpose type required? default choices
dst Value to increment reference Yes
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes