Saltar al contenido
vocaboo
Beta

goto

Pronunciación: [ˈɡoʊtu]

Palabra

Contexto: «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.

Ejemplo

In the program, we used a goto statement to jump to the error handling section.

Ejemplo

Using goto can make the code harder to read and follow, so it's important to use it carefully.

Ejemplo

Did you use a goto in your code to reach the next section?

Contexto: «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.

Ejemplo

The goto allows the program to skip unnecessary steps and move directly to the final result.

Ejemplo

There was no goto in the old program, so it ran much slower than needed.

Ejemplo

What does the goto in this script do?

0s
0s