# Modify Variable (Real)

Grammar — Modify var: operator val
FlagsOperator | Action

Directly modify a real variable through arithmetic.

# Arguments

  • anyvariable — Variable
  • int [ preset::ArithmeticOp ] — Operator
  • fixed — Value

Returns — void

#PARAM(var) #PARAM(operator)= #PARAM(val);

Category: General / Variables

# Examples

— None found —