Goto


[goh-too] /ˈgoʊˌtu/

adjective, Informal.
1.
being a person who can be turned to for expert knowledge, advice, or reliable performance, especially in a crucial situation:
He’s our go-to guy in a budget crisis.
2.
noting something that can always be relied on to bring satisfaction, success, or good results:
my go-to recipe for cheesecake.
3.
(in team sports) being a player who can be relied on to score, especially at a crucial time in the game.
programming
(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)

Read Also:

  • Go-to

    [goh-too] /ˈgoʊˌtu/ adjective, Informal. 1. being a person who can be turned to for expert knowledge, advice, or reliable performance, especially in a crucial situation: He’s our go-to guy in a budget crisis. 2. noting something that can always be relied on to bring satisfaction, success, or good results: my go-to recipe for cheesecake. 3. […]

  • Go to bat

    verb phrase To be tried for a crime (1940s+ Underworld)

  • Go to bed with someone

    verb phrase To do the sex act with someone; SLEEP WITH someone (1940s+)

  • Go to bat against

    verb phrase Oppose; contend against: None of her victims would go to bat against her (1940s+)

  • Go to blazes

    sentence go to hell (1853+)


Disclaimer: Goto definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.