sS nlLogic_funcArgText(Exp e, S name) { if (e cast Func) if (eq(e.name, name)) ret e.arg.text(); null; }