GOTO
GOTO (noun) means In programming, an instruction that jumps execution straight to another labeled point in the code, skipping the normal top-to-bottom flow. Example: “Overusing goto statements can make code very hard to follow.”
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.
Rhymes for GOTO
See all rhymes for GOTO →Frequently asked questions
What does “GOTO” mean?
The word “GOTO” means in programming, an instruction that jumps execution straight to another labeled point in the code, skipping the normal top-to-bottom flow. In plain terms, a programming command that jumps to another line of code instead of running lines in order.
How do you pronounce “GOTO”?
“GOTO” is pronounced GOH-too (/ˈɡoʊ.tu/ in IPA).
How do you use “GOTO” in a sentence?
Here is “GOTO” used in a sentence: “Overusing goto statements can make code very hard to follow.”
What part of speech is “GOTO”?
Depending on how it is used, “GOTO” can be a noun and a verb.
Is “GOTO” a common word?
“GOTO” is an uncommon word in modern English.
How many meanings does “GOTO” have?
“GOTO” has 2 distinct senses listed in this dictionary. The most common is: in programming, an instruction that jumps execution straight to another labeled point in the code, skipping the normal top-to-bottom flow.