NetLogo 7.0.0-beta2:

table:put

table:put table key value

Maps key to value in table. If an entry already exists in the table for the given key, it is replaced.

Take me to the full Table Extension Dictionary