and that was ... U_U

var anotherValue = map.{
  delete(key);
  set(other, value);
  get(another);
};



On Sun, Jan 13, 2013 at 8:18 PM, Andrea Giammarchi <
[email protected]> wrote:

> var another = map.{
>   delete(key);
>   set(other, value)
>   get(another);
> };
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to