Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
goto

    (Or "GOTO", "go to", "GO TO", "JUMP", "JMP") A
   construct and keyword found in several higher-level
   programming languages (e.g. Fortran, COBOL, BASIC, C)
   to cause an unconditional jump or transfer of control from
   one point in a program to another.  The destination of the
   jump is usually indicated by a label following the GOTO
   keyword.

   In some languages, a label is a line number, in which case
   every statement may be labelled, in others a label is an
   optional alphanumeric identifier.

   Use of the GOTO instruction in high level language
   programming fell into disrepute with the development and
   general acceptance of structured programming, and especially
   following the famous article "GOTO statement considered
   harmful".  Since a GOTO is effectively an assignment to the
   program counter, it is tempting to make the generalisation
   "assignment considered harmful" and indeed, this is the basis
   of functional programming.

   Nearly(?) all machine language instruction sets include a
   GOTO instruction, though in this context it is usually called
   branch or jump or some mnemonic based on these.

   See also COME FROM.

   (2000-12-13)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy