clause method
Implementation
@override
CommandClause clause() {
super
.append(CPageWidth(pageWidth: 576))
.append(CGap())
.append(CForm())
.append(CPrint());
return CPCLCommand(header: header()).clause();
}
@override
CommandClause clause() {
super
.append(CPageWidth(pageWidth: 576))
.append(CGap())
.append(CForm())
.append(CPrint());
return CPCLCommand(header: header()).clause();
}