Penguin

Differences between version 2 and revision by previous author of GoTo.

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

Newer page: version 2 Last edited on Friday, October 24, 2003 9:59:06 am by StuartYeates Revert
Older page: version 1 Last edited on Friday, October 24, 2003 2:40:01 am by AristotlePagaltzis Revert
@@ -1,3 +1,5 @@
 A statement in many ProgrammingLanguages which causes an unconditional branch to an arbitary point in the current function or method. In a host of early [BASIC] dialects, it was the only control structure available besides ''if'' statements. 
  
 Despite being maligned in general use, GoTo is still the best way to describe [FiniteStateMachine]s such as parsers in these languages. 
+  
+See GoToStatementConsideredHarmful