close method

String close ()

Implementation

String close() {
  return this + ';';
}