evaluate: with bindings
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
Stephane Ducasse-3 wrote
I would like to be able to do the following:
Smalltalk compiler bindings: {#aValue -> 33} asDictionary; evaluate: 'aValue + aValue' ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Thanks! On Tue, Mar 27, 2018 at 7:38 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Stephane Ducasse-3 wrote
I would like to be able to do the following:
Smalltalk compiler bindings: {#aValue -> 33} asDictionary; evaluate: 'aValue + aValue'
----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Sean P. DeNigris -
Stephane Ducasse