Goto statement— definition, example and pronunciation in USA and UK English

Noun (thing)
Goto statement
an instruction in older procedural programming languages that specifies that the instruction execution is to jump to a specified location, normally a line number
The professor said that using goto statements is considered bad practice with the possible exception of breaking out of nested loops.