static L web_nodeWithLastWord(Web web, fS word) { ret [WebNode node : web_nodesWithoutRelations(web) | web_nodeEndsWithWord(node, word)]; }