next up previous contents index
Next: table Up: TableType Previous: numberOfEntries   Contents   Index


set!


Usage

set!(t, k, v)
t.k := v;


Signature

set!: (%, K, V) $\to$ V


Parameter Type Description
t % a table
k K a key
v V an entry


Returns

Sets the element of t with key k to v and returns v.



Manuel Bronstein 2004-06-28