add %n:INT% to %name:EXPR%
Adds an integer value to a numeric variable.
add 5 to score
Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
add <n> to <name>
add %n:INT% to %name:EXPR% for %scope:EXPR%
subtract %n:INT% from %name:EXPR% for %scope:EXPR%
subtract %n:INT% from %name:EXPR%
multiply %name:EXPR% by %n:INT% for %scope:EXPR%
multiply %name:EXPR% by %n:INT%
divide %name:EXPR% by %n:INT% for %scope:EXPR%
divide %name:EXPR% by %n:INT%
delete stored %name:EXPR% for %scope:EXPR%
delete stored %name:EXPR%