RunScript: A simple embedding
•
•
•
$ java RunScript 'Math.cos(Math.PI)'
•
-1
•
$ java RunScript 'function f(x){return x+1} f(7)'
•
8