Closed juniper-wright closed 11 years ago
http://www.objecthunter.net/exp4j/ This is a math expression parser which can be used for the UtopiaScript mathematics operators.
Via the Rhino javascript engine, this can be accomplished via:
var x = 5 + 10 / 3;
var y = x * 2;
print(y);
inside of the JavaScript string.
This is a feature request for the UtopiaScript parser. References #1.