this.newLine = newLine;
}
@Override
public PlainBlockCommandState parse(MatchTemplateImpl template, String parameters) {
template.appendOperation(new WriteOperation(template.getCurrentTemplatePosition(),
Parameter.parseParameter(parameters, template.getSpecialTags()),
newLine));
return null;
}