arguiot/Euler

Parser doesn't correctly handle the minus after 1st argument

arguiot opened this issue · 0 comments

The parser isn't able to understand expressions like function(1,-1).

Workaround

Write: function(1,(-1))