Label statement moveable

Brendan Eich brendan at mozilla.org
Tue May 26 22:45:24 UTC 2015


Claude Pache wrote:
> Anyway, for rare cases not covered by `break label`, as you noted, proper tail call is a satisfactory way to spell  `goto`:
> ```
> ;(function foo() {
>      // ...
>      if (bar)
>          return foo()
>      // ...
> })()
> ```

+∞

/be


More information about the es-discuss mailing list