Name _?_
Definition (((c:var(chan(Tc:type)))?(e:expr(Te:type))):expr(Te))
Defined in chan.l
Implementation lard
Keywords ? is a general keyword
Description Wait for a value to be available on the specified channel. Evaluate the body expression, then allow the sender to continue.