On Feb 14, 2007, at 5:48 PM, Lukas Renggli wrote:

As Bert wrote: it's normal :)

I agree, looks completely normal to me.


Do you agree with the fact that the compiler merges two different strings into one single variable ?

Then, how do you explain that?

'test' == 'test'                        => true
'test' == #test asString       => false

"The compiler optimizes... same variable...", I know the explanation, but I don't think it should be accepted.

-- 
Damien Cassou