decrement counter
Decrement counter
The decrement counter block is a stack block that decreases the counter by 1. To get this block, one must add the Control Expansion extension.
Workaround
This block can be worked around by setting the counter to the current counter - 1 by using the counter reporter block and the set counter to () block. A variable can also be used by changing that variable by -1 using the change () by () block.