Login  Register

evaluate: with bindings

Posted by Stephane Ducasse-3 on Mar 27, 2018; 5:09pm
URL: https://forum.world.st/evaluate-with-bindings-tp5071919.html

Hi Marcus

I would like to be able to do the following:

Compiler
    bindings: {'aValue' -> 33};
    evaluate: 'aValue + aValue'

and get 66

Is it possible?

Stef