aexpr
static int aexpr(enum token);
res = aexpr(n);
return aexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) &&