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
This is on the released version... 2 * 3 3 3 is interpreted as syntax error, but 2 * 3 3 is parsed as 2 * 3 * 3. 2 + 2 3 also gives a syntax error instead of 2 + 2 * 3 as expected. Maybe it's no longer a problem in develop?
This is on the released version... 2 * 3 3 3 is interpreted as syntax error, but 2 * 3 3 is parsed as 2 * 3 * 3. 2 + 2 3 also gives a syntax error instead of 2 + 2 * 3 as expected. Maybe it's no longer a problem in develop?