batLoopInfo function

void batLoopInfo()

presents info about batLoop functions: batLoopInfo

Implementation

void batLoopInfo() {
  doLine('info');
  print('batLoop.dart,  grazy collection of loop structures');
  print('examples:  https://www.dartlang.org/dart-tips/dart-tips-ep-8.html ');
  print('USAGE: use this as fast memory cards or templates..');
  doLine('info end');
}