English dictionary, thesaurus, translations & etymology
FreeDict.com
noun

GOTO

GOH-too
noun
1
In programming, an instruction that jumps execution straight to another labeled point in the code, skipping the normal top-to-bottom flow.
"Overusing goto statements can make code very hard to follow."
verb
1
To jump to a specific point in a program using a goto instruction.
"The old BASIC program would goto line 100 whenever an error occurred."

How to Use GOTO

Learner’s notes

In plain EnglishA programming command that jumps to another line of code instead of running lines in order.

Memory tip

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

Study it as flashcards or scroll it in Flow — saved to your collection.
Test yourself on “GOTO” A quick quiz — meaning, synonyms & usage

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.

Rhymes for GOTO

See all rhymes for GOTO →
Definitions: FreeDict original editorial