NetLogo 7.0.0-beta2:

table:get

table:get table key

Reports the value that key is mapped to in the table. Causes an error if there is no entry for the key.

Take me to the full Table Extension Dictionary