Next: Procedures Up: Related issues Previous: Use of continue

Use of goto

Hardly ever needed: assume that goto is wrong as it is difficult to debug code when you have no way of knowing where you can come from to get to a particular label.

Syntax is:

   goto label

with, somewhere else in your program:

   label: statement



Next: Procedures Up: Related issues Previous: Use of continue


maspjw@
Tue Sep 27 15:29:34 BST 1994