ExpressionJ News
Brought to you by:
hervegirod
Fix adding strings and numeric expressions which should work and return strings (for example "a" + 1 return "a1")
Fix combination of functions in ary expressions which returned the wrong value or did not parse correctly. For example, now
c + function(a, b) now parse and evaluate correctly