sbool nlLogic_checkHelper(Exp e, SS matches) { if (e cast Func) { S arg = e.arg.text(); if (eq(e.name, 'newID) && isDollarVar(arg)) ret ai_standardMatcher().match(arg, aGlobalID(), matches); } false; }