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
Well, propably because someting like "2a" is mathematically correct when "a" is a variable ("2a" = "2*a"). So if you had a variable "a" and "2a", the expression couldn't be compiled because it doesn't know which to use ("2a" as a variable or two times "a").
Expression :
1*2a
Error:
Unknown function or variable 'a' at pos 3 in expression '1*2a'
Code:
Is this not supported or is it a probable bug?
The text was updated successfully, but these errors were encountered: