show method

void show(
  1. String action
)

Show-method to be developed further. actions like: 'print, buf, pause, hello-World!, info:Watch, act:dim'

Implementation

void show(String action) {
  if (_pB) {
    print('-->>-->>----  dawoApp show -->>-->>----');
    buf.writeln(':da:show:  ');
    print(buf);
    print(out.outTr);
    print('--<<--<<----  dawoApp show done --<<--<<----');
  }
}