static L ai_sortRelationsByImportance(L rel) { ret sortByCalculatedFieldDesc_f1(rel, func(WebRelation r) -> Int { swic(web_text(r), "possibly ") ? 0 : 1 }); }