Creates a new number variable, and decreases its value by one every time it is called. The first value is -1
.
Input
{% decrement variable %} |
Output
-1 |
Like increment, variables declared inside decrement
are independent from variables created through assign or capture.