The after relational operator represents a greater than condition used in constructing selection clauses. The gt and > operators perform the same function.
with {not} attr.name after "valuestring"
gt >
list customers with name after "c"
list customers with amount.due > "900"
sort customers with last.purchase gt "1/1/93"