init method

void init()

Give variables their start values.

Implementation

void init() {
  buf.write('* * *    $emblem  Class bind is ready. * * *  ');
}