On 28 Dec 2013, at 14:24, Tobias Pape <Das.Linux@gmx.de> wrote:
On 28.12.2013, at 10:07, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I guess that
#: should be #â:â
That is one way. In this particular case, self property asMutator was the better version, tho.
Best -Tobias PS: Just curious, what was the reason to no longer allow #: ?
I do not remember but may be this is ansi. In visualworks #âzork fooâ is the way to have symbol with string with space.
Or, where can I find the respective discussion, just want to lern.
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.'