| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
-- symbol
Modifies the contents of a variable containing a numeric object by subtracting one from its previous value.
symbol by decrementing by one the value it had
previously stored.
The variable binded to symbol is expected to
contain a numeric object.
The -- is a short way to write
set! symbol [- $symbol 1]
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |