Hi,
Vladimir N. Dzhivsanoff wrote:
...
1. thread .... end is value of thread-type ?
No. The value of a thread statement depends on what is written between
"thread" and "end".
For example:
X = thread 42 end % X will be 42.
This is just syntactic sugar for
local A in
thread
A = 42
end
X = A
...
- For what reason are needed the variables of thread-type ? Show, please,
examples of it.
See the documentation:
http://www.mozart-oz.org/home/doc/base/thread.html
http://www.mozart-oz.org/home/doc/tutorial/node8.html
Wolfgang
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users