Occam (programming language): Difference between revisions

Content deleted Content added
m See also: style
Line 58:
out ! count2
 
This will read data from channels c1 or c2 (whichever is ready) and pass it into a merged channel. If countN reaches 100, reads from the corresponding channel will be disabled. A request on the status channel is answered by outputting the counts to <code>out</code>.
 
==Language revisions==