Hacker News new | ask | show | jobs
by claystu 3952 days ago
Java employs a limited Goto in the form of labelled continue statements. C# includes an explicit Goto statement for breaking out of loops.

Goto is definitely still out there.