Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
language:langs:chp [2023/01/02 07:39]
rajit [Channels in expressions]
language:langs:chp [2023/01/18 16:23]
rajit [An example]
Line 336: Line 336:
 chp-txt { chp-txt {
    forever {    forever {
-      L?x; R!x+      recv (Lx)send (Rx)
    }    }
 } }