// // comm // Bytecode set support for communications // F.J. Alberti // 26/04/2001 // case kNewcomm: // Push a communication on the stack if (res = MBcom(m)) throw Exception(res); break; case kNewcommvar: // Push a communication on the stack (variable syntax) if (res = MBcomv(m)) throw Exception(res); break;