}
@Override
public PlainBlockCommandState parseCommand(MatchTemplateImpl template,
String commandName, String parameters) {
template.appendOperation(new IncrementCounterOperation(template.getCurrentTemplatePosition(), co));
template.appendOperation(new JumpOperation(template.getCurrentTemplatePosition(), startLabel));
endLabel.setDestinationToNextCommand(template);
return null;
}