Goto

Goto

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5085-6795-8

High Quality Content by WIKIPEDIA articles! goto (GOTO, GO TO or other case combinations, depending on the programming language) 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.