Star
while ((toktype == Star) || (toktype == Plus) || (toktype == Quest)) {
case Star:
case '*': toktype = Star; break;