| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
*= symbol value
Modifies the value stored in a variable by multiplying it by a given value.
symbol.
symbol by multiplying the
value it contains with value.
The variable binded to symbol is expected to
contain a numeric object.
The *= is a short way to write
set! symbol [* $symbol $value]
| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |