batLooperTest function

void batLooperTest()

UNTESTED: tests batLoop functions

Implementation

void batLooperTest() {
  BatLooper batLooper = BatLooper();
  // batLooper.rainLoop();
  blc.doLine('rain loop no exists..  ');

//  TODO  Functions   Class   these are not yet inside class.
  // batLooper.isBoolLoop();
  isBoolLoop();
  blc.doLine('is bool loop');

  //batLooper.oneRowIf();
  oneRowIf();
  blc.doLine('one row if');

  batLooper.commandLoop();
  blc.doLine('command loop');
}