@vaporeon_ nope
@vaporeon_ after a little searching someone in 2009 made a preprocessor for the language that adds goto but the library can only be found in an internet archive page and the internet archive is currently down
@wallhackio I think the one time I had to use JavaScript, I found out that my specific use-case for goto in that particular program could be done with something called... Labelled branch? Labelled break? Something like that. Do you know what I'm talking about and what it's actually called?
@wallhackio Oh, never mind, æscling just told me that it's called a "labelled statement": https://glaceon.social/@aescling@cat.family/117118581901813067
It can be used to break out of nested loops properly.
@vaporeon_ @wallhackio like idk how you’d do the goto err; pattern with something like this
@vaporeon_ @wallhackio well.
but that's terrible lol