roll method

void roll()
override

#run / roll method

Implementation

void roll() {
  buf.writeln('$_bm Connector::    $info   $emblem roll engaged ');
  init(); //  calling init and build methods in this class.
  //  devl:CORP  connector Build parameters.
  build('*CONNECTOR:', 'CONNENCTORS-MASTER:');
  //  code for roll
  //  ***   code missing, see on top of this file
  //
  show('buf,info, hello');
  done();
  //  code here
}