GoTo

From Pickwiki
Revision as of 23:48, 26 February 2015 by Conversion script (talk) (link fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Back to GeneralDiscussion

Points to Ponder

  • Go To is Evil, do not ever use it!
  • Go To is my friend, spagetti westerns and code are my favorites. Job preservation rules!
  • Cheat, use Gosub and put stop prior to RETURN.

@@@Reasons PRO@@@

  1. ^^^enter first reason here.^^^ The ONLY branching instruction the computer has is JMP
  2. ~~~enter second reason here.~~~

Reasons CON

  1. enter first reason here.
  2. enter second reason here.

For the definitive examination of GOTO, see http://www.stevemcconnell.com/ccgoto.htm, an exerpt from Code Complete by Steve McConnell.