Name _!_
Definition (((c:var(chan(Tp:type)))!(v:val(Tp))):expr(void))
Defined in chan.l
Implementation lard
Keywords ! is a general keyword
Description Send the given value to the given channel. _!_ does not return until the receiver has completed receiving the value.