I would like to be able to express
Compiler new
bindings: { a -> 3. b -> 4};
evaluate: 'a + b';
result
and get 7How can I do that? Stef
I would like to be able to express
Compiler new
bindings: { a -> 3. b -> 4};
evaluate: 'a + b';
result
and get 7How can I do that? Stef