Goto
The goto
statement is the most basic form of unconditional transfer of control.
Output
However, the goto statements have been considered harmful by many computer scientists, notably Dijkstra, so try to avoid using it if possible.
Last updated