Goto

Goto is an instruction found in some low-level languages that allows you to jump to another part of the code. Often considered dangerous because it makes code difficult to read and maintain, it has almost disappeared from modern languages, replaced by clearer control structures.