key -
Symbol identifying the shared variable whose value is being fetched.
Returns:
The object stored in the shared variable.
If there is no shared variable identified by the key
symbol a runtime error will occur. The function
tea-shared-define is used to create a shared variable.
You can also check for the existence of a shared variable by
calling tea-shared-defined?.