Okay it somehow just got even strangerthat condition 'tokenIsAnOperator' in that code is a function to test whether the token is contained within the array ["+", "-", "*", "/"]
It seems that sometimes it returns true for "*", and sometimes false, but only when I have "parallel" in that foreach loop
what?