Synonyms for
Goto
Definition
a command in computer programming used to jump to a specific line of code
Synonyms & similar words
Example sentences
- I used the goto command to jump to line 50 of my code.
- To access the next part of the program, you need to use the goto command.
- When you click on the button, it will direct you to the homepage using the goto command.
- I couldn't find the specific line of code, so I used the goto command to refer to it.
- To skip to the last section of the program, use the goto command.
Quotes
"goto statement considered harmful" - Edsger W. Dijkstra
"The goto statement in C or C++ is a way to shoot yourself in the foot." - Bjarne Stroustrup
"I have yet to see any problem, however complicated, which, when looked at in the right way, did not become still more complicated." - Poul Anderson