Перейти к содержимому
vocaboo
Бета
Войти

goto

Произношение: [ˈɡoʊtu]

Слово

Контекст: «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.

Пример

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

Пример

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

Пример

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

Контекст: «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.

Пример

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

Пример

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

Пример

What does the goto in this script do?

0s
0s