- GOTO statement
-
оператор перехода
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
goto statement — nukreipimo sakinys statusas T sritis informatika apibrėžtis Programavime – sakinys, nukreipiantis valdymą į tam tikra žyme pažymėtą sakinį. Žymimas baziniais žodžiais goto arba go to, pavyzdžiui, goto pabaiga. Struktūriniame programavime… … Enciklopedinis kompiuterijos žodynas
Goto — is a statement found in many computer programming languages. It is a combination of the English words and . When executed it causes an unconditional transfer of control (a jump ) to another statement. The jumped to statement is specified using… … Wikipedia
goto — This article is about the programming statement. For other uses, see Goto (disambiguation). goto is a statement found in many computer programming languages. It is a combination of the English words go and to. It performs a one way transfer of… … Wikipedia
GOTO — Eine Sprunganweisung oder ein Sprungbefehl dient in Programmiersprachen von Computerprogrammen dazu, die Ausführung an anderer Stelle fortzuführen, also Programmteile zu überspringen. Bei einem Rücksprung wird das Programm an einer Stelle… … Deutsch Wikipedia
GOTO — o GO TO (ir a en inglés) es una instrucción muy común en los lenguajes de programación con el objetivo de controlar el flujo del programa. El efecto de su versión más simple es transferir sin condiciones la ejecución del programa a la etiqueta o… … Wikipedia Español
GOTO — L instruction goto (de l anglais go to, en français aller à) est une instruction présente dans de nombreux langages de programmation. Elle est utilisée pour réaliser des sauts inconditionnels dans un programme. L exécution est renvoyée vers une… … Wikipédia en Français
Goto Dengo — is a fictional character from Neal Stephenson s Cryptonomicon .Goto appears in both time periods of the novel, World War II and the present day (or rather, some time in the late 1990s, roughly when the novel was written).In World War II, Goto is… … Wikipedia
Goto — L’instruction goto (de l’anglais go to, en français aller à) est une instruction présente dans de nombreux langages de programmation. Elle est utilisée pour réaliser des sauts inconditionnels dans un programme. L’exécution est renvoyée vers une… … Wikipédia en Français
Statement (programming) — In computer programming a statement can be thought of as the smallest standalone element of an imperative programming language. A program is formed by a sequence of one or more statements. A statement will have internal components (eg,… … Wikipedia
Return statement — In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after where the subroutine was called known as its return address. The return address is saved, usually… … Wikipedia
go to statement — nukreipimo sakinys statusas T sritis informatika apibrėžtis Programavime – sakinys, nukreipiantis valdymą į tam tikra žyme pažymėtą sakinį. Žymimas baziniais žodžiais goto arba go to, pavyzdžiui, goto pabaiga. Struktūriniame programavime… … Enciklopedinis kompiuterijos žodynas