On 28 Dec 2013, at 14:24, Tobias Pape <das.li...@gmx.de> wrote:

> 
> On 28.12.2013, at 10:07, Stéphane Ducasse <stephane.duca...@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 <step...@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.'
>>> 
>>> 
>>> 
>> 
>> 
> 


Reply via email to