On Mon, Apr 20, 2015 at 7:26 PM, Dmitri Zagidulin <[email protected]> wrote:
> Similar question - are there any roadmap plans to add Dictionary literals
> to Pharo?
>
You can already do things like
{ 'key' -> 'value'. 'key2' -> 'value2' } asDictionary
