Hyperfoil

addToInt

Add value to integer variable in the session.

Inline definition
Accepting one of: var++, var--, var += value, var -= value.
Property Type Description
orElseSetTo int If the variable is currently not set, set it to this value instead of addition.
value int Value added (can be negative).
var String Variable name.
Close

Search results for "":