Feb. 4, 2015
10:07 p.m.
Nicolai Hess wrote
Dictionary newFrom:{ WorkspaceVariable key:#a value:3. WorkspaceVariable key:#b value:4}
Thanks! That works great :) n.b. in Pharo 3.0, just replace the WorkspaceVariables with regular associations: Smalltalk compiler evaluate:'a+b' notifying: (Dictionary newFrom: { #a -> 3. #b -> 4 }) logged: nil ----- Cheers, Sean -- View this message in context: http://forum.world.st/How-can-I-specify-the-bindings-when-evaluating-an-expr... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.