static S nlLogic_text(Exp e) { if (e cast Sentence) ret e.text(); if (e cast Sentence2) ret e.text(); null; }