batLooperTest function

void batLooperTest()

UNTESTED: tests batLoop functions

Implementation

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

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

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

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