en

Goto

UK
/ˈɡəʊtəʊ/
US
/ˈɡoʊtoʊ/
ru

Translation goto into russian

goto
Noun
raiting
UK
/ˈɡəʊtəʊ/
US
/ˈɡoʊtoʊ/
The programmer used a goto statement to create a loop.
Программист использовал оператор перехода для создания цикла.

Definitions

goto
Noun
raiting
UK
/ˈɡəʊtəʊ/
US
/ˈɡoʊtoʊ/
A programming statement that causes the execution to jump to a different part of the program.
The use of a goto statement can make the code difficult to follow and maintain.

Idioms and phrases

goto statement
The use of the goto statement is often discouraged in modern programming.
оператор goto
Использование оператора goto часто не рекомендуется в современном программировании.
goto label
You must define a valid goto label before using the statement.
метка goto
Вы должны определить допустимую метку goto перед использованием оператора.
goto construct
The goto construct can make the control flow hard to follow.
конструкция goto
Конструкция goto может затруднить отслеживание потока управления.
goto declaration
Errors can occur if the goto declaration is misplaced.
объявление goto
Ошибки могут возникнуть, если объявление goto расположено неправильно.
goto keyword
The goto keyword is reserved in many programming languages.
ключевое слово goto
Ключевое слово goto зарезервировано во многих языках программирования.