goto
Prononciation : [ˈɡoʊtu]
Mot
Contexte : « programming »
(verb) a command in programming that tells the computer to jump to a different part of the code. Think of it like when you're reading a book and you skip to a different chapter.
Exemple
In the program, we used a goto statement to jump to the error handling section.
Exemple
Using goto can make the code harder to read and follow, so it's important to use it carefully.
Exemple
Did you use a goto in your code to reach the next section?
Contexte : « programming »
(noun) a specific command in some programming languages that allows for jumping to a labeled section of code. Imagine it like a marker in a book that tells you where to go next.
Exemple
The goto allows the program to skip unnecessary steps and move directly to the final result.
Exemple
There was no goto in the old program, so it ran much slower than needed.
Exemple
What does the goto in this script do?
0s0s