Differences between version 2 and previous revision of Goto.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Saturday, October 11, 2003 10:38:55 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Saturday, October 11, 2003 4:37:12 pm | by StuartYeates | Revert |
@@ -1 +1 @@
-A statement in [C], [C++] and [BASIC], which causes an unconditional branch to an arbitary point in the current function or method. Despite being maligned in general use [Goto] is still the best way to describe [FiniteStateMachine]s such as parsers in these languages.
+A statement in [C], [C++] and [BASIC], which causes an unconditional branch to an arbitary point in the current function or method. Despite being maligned in general use,
[Goto] is still the best way to describe [FiniteStateMachine]s such as parsers in these languages.