On Thu, Jan 30, 2014 at 8:26 AM, John Lenz <concavel...@gmail.com> wrote:
> In my model
>
> if (y) let x = 42
>
> is equivalent to
>
> if (y) {
>   let x = 42
> }

Yes, everyone here understands your model. This is a question of
taste. There are competing senses of what is intuitive at play.

-j
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to