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 _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

