end method

END终止指令不打印

Implementation

Future<CPCLGenerator> end() async {
  await addCommand('END');
  return this;
}