OR
else if (((**str == PLUS || **str == MINUS || **str == OR ||
else if (operator == OR)
while(**str == OR && *(*str + 1) == OR)
while(**str == OR && *(*str+1) != OR)
**str != PLUS && **str != MINUS && **str != OR &&