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