GOTO
How to Use GOTO
Learner’s notesIn plain EnglishA programming command that jumps to another line of code instead of running lines in order.
Modern programming style guides generally discourage goto because it makes code harder to trace.
Trace the full origin ↓Word Forms
GOTOed past tense, GOTOs plural, Gotos plural, GOTOs singular
Fill the Gap
Can you complete this real example?
Overusing _____ statements can make code very hard to follow.
Etymology
A contraction of the phrase "go to", adopted as a keyword in early programming languages.