RosettaCodeData/Task/Variables/Oz/variables-9.oz

9 lines
155 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
declare
A
B = !!A %% B is a read-only view of A
in
thread
B = 43 %% this blocks until A is known; then it fails because 43 \= 42
end
A = 42