<variable>
--
Description
This is a shorthand way to subtract
1
from a variable.
It is translated internally to be:
sub(<
var
>, 1)
Related information
sub()
Mathematics