NAMES
if (token_type != NAMES)
if ((token_type = get_token()) != NAMES)
if ((token_type = get_token()) != NAMES)
token_type != EOF && token_type != NAMES;
type = NAMES;
case NAMES: