Aug. 12, 2011
6:29 p.m.
On 12 August 2011 20:16, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Tried in Pharo 1.4.
Scanner allowUnderscoreAsAssignment  ->> true.
I then try to compile:
testUnderscore    | a |    a _ 'a'.    self assert: a equals: 'a'
And I get:
testUnderscore    | a |    a _ Nothing more expected ->'a'.    self assert: a equals: 'a'
Ouch.. Someone (actually Ben) has moved initializeTypeTable to String... what you are smoking Ben? :) okay, i can ask more politely: why???
thanks
-- Mariano http://marianopeck.wordpress.com
-- Best regards, Igor Stasenko AKA sig.