\b{tabular}[t]{|r||l|p{5.5cm}|} \hline \multicolumn{3}{|c|}{ {M DLP1 = DLP0 + communication over channels M} } \\ \hline \hline \xstrut object creation & new(c(t)) & creates an object executing c(t) \\ \cline{2-3} \xstrut channels & C = new(channel) & creates a new channel \\ \cline{2-3} \xstrut & C!t & output statement for term t over channel C \\ & C?t & input statement for term t over channel C \\ \hline \e{tabular}