clause method
Implementation
@override
CommandClause clause() {
if (_location.getLocation() > 0) {
super.prepend(CGap()).prepend(CForm());
}
return CPCLCommand(header: header()).clause();
}
@override
CommandClause clause() {
if (_location.getLocation() > 0) {
super.prepend(CGap()).prepend(CForm());
}
return CPCLCommand(header: header()).clause();
}