Dec. 28, 2013
9:07 a.m.
I guess that #: should be #â:â On 27 Dec 2013, at 19:44, Stephan Eggermont <stephan@stack.nl> wrote:
When trying to load Designer in Pharo 3.0 I find uncompilable code in Animations:
'updateCurrentValue: aValue
self target ifNil: [^ self].
self target perform: (self property, #:) asSymbol with: aValue.'