bufMsg method
devl:CORP Automatic messages to buf, in operations. Formulate String for buffer message.
Implementation
String bufMsg(String sender, receiver, op, msg) {
String _s = "s: $sender r: $receiver oop: $op msg: $msg";
// code here
return _s;
}