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