main:
console.log("pldb")
while FOO: (x > 0)
{
for (int i = 0; i < 10; i++
{
x = baz();
if (x > i) break FOO;
}
}
a_label:
Languages with Labels include JavaScript, TypeScript, C3, Jule
This question asks: Does the language have a way to label locations within the source code?
Read more about Labels on the web: 1.
HTML of this page generated by Features.ts