Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Example of Complication (1)
Example of Complication (1)
In ML:r:int ref¨§ (r:=3; r:=7; !r) (* evaluates to 7 *)
In CML [Reppy 91]:c:int chan¨§ (spawn(fn()=>send(c, 3)); spawn(fn()=>send(c, 7)); recv(c)) (* evaluates to either 3 or 7 *)