next up previous contents index
Next: table Up: SymbolTable Previous: apply   Contents   Index


set!


\begin{usage}
set!(t, x, v)\\ t.x := v
\end{usage}


Signature


\begin{params}
{\em t} & \% & A symbol table\\
{\em x} & \htmlref{\texttt{Symbol}}{Symbol} & A variable name\\
{\em v} & T & A value\\\end{params}

\begin{descr}
Assigns the value v to x in t. If x already had a value in t, the
older value is lost.
\end{descr}

\begin{retval}
Returns v.
\end{retval}


Manuel Bronstein 2000-12-13