You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to do implicit multiplication like var result = "4(4)".Eval() or "(8)(8)".Eval() gives me this error:
StringMath.MathException: Unexpected token ( at position 4. Expected [EOC] at StringMath.Parser.Match(TokenType tokenType)...