"Wrong operation" tooltip
Opened this issue · 1 comments
Stranger2015 commented
Operator error is encountered when an operator's name is the special character(s) and has no spaces between the name and an operand starting with parenthesis:
abc ;(X,Y)
Workaround: adding space between the name and the operand will remedy the error.
sergio-castro commented
Good catch, thanks for reporting! This is definitely a bug, I will try to get this fixed.