static L web_nodesEndingWith(Web web, fS suffix) { ret [WebNode node : web_nodesWithoutRelations(web) | anyEndsWithIC(node.texts(), suffix)]; }