Suche

Deutsche GOTO/gehe Synonyme

gehe  

Englische goto Synonyme

goto Definition

goto Bedeutung

Ergebnisse der Bewertung:
108 Bewertungen 3

 

Einfach einen Begriff in der Tabelle rechts anklicken um weitere Übersetzungen in dieser Sidebar zu erhalten.

Goto is a statement found in many computer programming languages. It performs a one-way transfer of control to another line of code; in contrast a function call normally returns control. The jumped-to locations are usually identified using labels, though some languages use line numbers. At the machine code level, a goto is a form of branch or jump statement. Many languages support the goto statement, and many do not .