Penguin

Differences between version 7 and previous revision of GoTo.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Thursday, November 25, 2004 2:29:55 am by AristotlePagaltzis Revert
Older page: version 6 Last edited on Sunday, October 3, 2004 4:43:12 pm by AristotlePagaltzis Revert
@@ -4,4 +4,7 @@
  
 It's also used in [C] programming a lot to provide something resembling "exceptions", particularly "finally" clauses: a <tt>goto out</tt> where <tt>out</tt> is a label just before the final <tt>return</tt>. 
  
 See GoToStatementConsideredHarmful. 
+  
+----  
+Part of CategoryProgramming