diff --git a/language/control-structures/goto.xml b/language/control-structures/goto.xml index 0e977b314a..9fcda770a4 100644 --- a/language/control-structures/goto.xml +++ b/language/control-structures/goto.xml @@ -4,6 +4,15 @@ <literal>goto</literal> + + + What's the worse thing that could happen if you use goto? + + + + + Image courtesy of xkcd + The goto operator can be used to jump to another section in the program. The target point is specified by a label @@ -93,15 +102,6 @@ script on line 2 The goto operator is available as of PHP 5.3. - - - What's the worse thing that could happen if you use goto? - - - - - Image courtesy of xkcd -