SET! Introduces Time and Change
(SET! <
name
> <
value expression
>)
Calculate the value of
value expression
.
Change
the binding of
name
so that it is that value.
While the
SET!
has a value (mantra 1), Scheme doesn't specify what that value is.
Jim Miller