threadVariable -- create a symbol whose value in one thread is not shared with others
Synopsis
- Usage:
- threadVariable foo
Outputs:
- a new symbol, whose name is "foo", for example, whose values in each thread will be independent of each other, with initial value null