The lt operator selects items whose specified attribute name contains a value less than the specified value string.
with {not} attr.name lt "valuestring"
before <
select invoices with amount.due lt "0"
select invoices with amount.due < "0"
before operator