| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
set! varName value
Modifies the contents of a variable.
value object.
value
is stored in the variable identified by the symbol
varName. The function set! does not
create new variables. The variable must have already been created.
If that is not the case a runtime exception is thrown. New variables
can be created using the define function.
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |