The before relational operator represents a less than condition used in constructing selection clauses. The < and lt operators perform the same function as before.
with {not} attr.name before "valuestring"
lt <
list employees with birthday before "1/1/72"
list journal with amount.owed and with last.payment < "1/1/05"
list journal with no amount.owed lt "900"