Hi,
I have this issue:
Dictionary with: #one->'ONE' with: #two->'TWO' "This gives me a correct Dictionary with keys #one, #two and values 'ONE', 'TWO'"
Dictionary withAll: {#one->1 with: #two->2} "This gives me a Dictionary with keys 1,1 and values�#one->'ONE', #two->'TWO'
So... I think one of both is incorrect... or at least, the API sucks because is too confusing.
cheers,
Esteban�