MINUS
else if (((**str == PLUS || **str == MINUS || **str == OR ||
else if (operator == MINUS)
while(**str == PLUS || **str == MINUS)
else if (op == MINUS)
**str != PLUS && **str != MINUS && **str != OR &&
#ifdef MINUS