tLOG_EQ
while (t == tLOG_EQ || t == tLOG_NOT_EQ || t == tGREATER ||
t == tLOG_EQ ? "==" : t == tLOG_NOT_EQ ? "!=" :
case tLOG_EQ:
return (tLOG_EQ);