See GOTO on Wiktionary
{ "etymology_text": "From go to, a keyword for this purpose in many programming languages.", "forms": [ { "form": "GOTOs", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "GOTO (plural GOTOs)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [ "Computing", "Software engineering", "Technology", "Computer science", "Engineering", "Software", "All topics", "Sciences", "Applied sciences", "Media", "Fundamental", "Communication" ], "source": "w" }, { "_dis": "52 48", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "62 38", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "53 47", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "50 50", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "63 37", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "56 44", "kind": "other", "name": "Terms with German translations", "parents": [], "source": "w+disamb" }, { "_dis": "62 38", "kind": "other", "name": "Terms with Polish translations", "parents": [], "source": "w+disamb" } ], "derived": [ { "word": "GOTO-less" } ], "examples": [ { "text": "The setjmp/longjmp facility in C is essentially a GOTO.", "type": "example" } ], "glosses": [ "Any construct which produces an unstructured jump in the flow of execution." ], "id": "en-GOTO-en-noun-uFB8lKnF", "links": [ [ "programming", "programming#Noun" ], [ "jump", "jump" ] ], "raw_glosses": [ "(programming) Any construct which produces an unstructured jump in the flow of execution." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ], "translations": [ { "code": "fi", "lang": "Finnish", "sense": "Translations", "word": "GOTO" }, { "code": "fi", "lang": "Finnish", "sense": "Translations", "word": "GOTO-lause" }, { "code": "de", "lang": "German", "sense": "Translations", "tags": [ "neuter" ], "word": "GOTO" }, { "code": "de", "lang": "German", "sense": "Translations", "tags": [ "feminine" ], "word": "GOTO-Anweisung" }, { "code": "de", "lang": "German", "sense": "Translations", "tags": [ "masculine" ], "word": "GOTO-Befehl" }, { "code": "pl", "lang": "Polish", "sense": "Translations", "tags": [ "feminine" ], "word": "instrukcja skoku" } ] } ], "sounds": [ { "ipa": "/ˈɡəʊ.tuː/", "tags": [ "Received-Pronunciation" ] }, { "ipa": "/ˈɡoʊ.tu/", "tags": [ "General-American" ] } ], "wikipedia": [ "Goto (command)" ], "word": "GOTO" } { "etymology_text": "From go to, a keyword for this purpose in many programming languages.", "forms": [ { "form": "GOTOs", "tags": [ "present", "singular", "third-person" ] }, { "form": "GOTOing", "tags": [ "participle", "present" ] }, { "form": "GOTOed", "tags": [ "participle", "past" ] }, { "form": "GOTOed", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "GOTO (third-person singular simple present GOTOs, present participle GOTOing, simple past and past participle GOTOed)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ { "kind": "topical", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [ "Computing", "Software engineering", "Technology", "Computer science", "Engineering", "Software", "All topics", "Sciences", "Applied sciences", "Media", "Fundamental", "Communication" ], "source": "w" }, { "_dis": "52 48", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "53 47", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "50 50", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" } ], "examples": [ { "ref": "1983, Charles Seiter, Robert Weiss, Pascal for BASIC Programmers, Addison Wesley Publishing Company:", "text": "If we were GOTOed from 310 we GOTO 320.", "type": "quote" }, { "ref": "1983, C. Regena, Programmer's reference guide to the TI-99/4A, page 18:", "text": "You can create loops by telling the computer to GOTO an earlier line.", "type": "quote" }, { "ref": "1984, Microcomputing:", "text": "Cross reference programs show program structure by displaying line numbers that are GOTOed or GOSUBed to from other lines in the program, and listing the line numbers in which different variables appear.", "type": "quote" }, { "ref": "1987, Douglas S. Stivison, Introduction to Turbo Pascal, Sybex, →ISBN:", "text": "There is no way of falling into or GOTOing a procedure. The procedure can only be invoked by name as a subroutine.", "type": "quote" }, { "ref": "1990, Computer Languages, Time-Life Books, →ISBN, page 44:", "text": "She and her hosts could not understand one another until Hopper remembered some COBOL commands. \"MOVE,\" she said, pointing to herself. \"GOTO Osaka Hotel.\" The Japanese immediately understood and delivered her to her lodging.", "type": "quote" }, { "ref": "1991, Gerald C. Cohen, Structured Representation for Requirements and Specifications, NASA, page 25:", "text": "Next - goto the next entity defined in the module", "type": "quote" } ], "glosses": [ "To reach (a point in a program) by means of a GOTO instruction." ], "id": "en-GOTO-en-verb-t49wXIwD", "links": [ [ "programming", "programming#Noun" ], [ "reach", "reach" ], [ "GOTO", "#Noun" ] ], "raw_glosses": [ "(programming) To reach (a point in a program) by means of a GOTO instruction." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/ˈɡəʊ.tuː/", "tags": [ "Received-Pronunciation" ] }, { "ipa": "/ˈɡoʊ.tu/", "tags": [ "General-American" ] } ], "wikipedia": [ "Goto (command)" ], "word": "GOTO" }
{ "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English verbs", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with Finnish translations", "Terms with German translations", "Terms with Polish translations", "Translation table header lacks gloss" ], "derived": [ { "word": "GOTO-less" } ], "etymology_text": "From go to, a keyword for this purpose in many programming languages.", "forms": [ { "form": "GOTOs", "tags": [ "plural" ] } ], "head_templates": [ { "args": {}, "expansion": "GOTO (plural GOTOs)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ "English terms with usage examples", "en:Programming" ], "examples": [ { "text": "The setjmp/longjmp facility in C is essentially a GOTO.", "type": "example" } ], "glosses": [ "Any construct which produces an unstructured jump in the flow of execution." ], "links": [ [ "programming", "programming#Noun" ], [ "jump", "jump" ] ], "raw_glosses": [ "(programming) Any construct which produces an unstructured jump in the flow of execution." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/ˈɡəʊ.tuː/", "tags": [ "Received-Pronunciation" ] }, { "ipa": "/ˈɡoʊ.tu/", "tags": [ "General-American" ] } ], "translations": [ { "code": "fi", "lang": "Finnish", "sense": "Translations", "word": "GOTO" }, { "code": "fi", "lang": "Finnish", "sense": "Translations", "word": "GOTO-lause" }, { "code": "de", "lang": "German", "sense": "Translations", "tags": [ "neuter" ], "word": "GOTO" }, { "code": "de", "lang": "German", "sense": "Translations", "tags": [ "feminine" ], "word": "GOTO-Anweisung" }, { "code": "de", "lang": "German", "sense": "Translations", "tags": [ "masculine" ], "word": "GOTO-Befehl" }, { "code": "pl", "lang": "Polish", "sense": "Translations", "tags": [ "feminine" ], "word": "instrukcja skoku" } ], "wikipedia": [ "Goto (command)" ], "word": "GOTO" } { "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English nouns", "English verbs", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with Finnish translations", "Terms with German translations", "Terms with Polish translations", "Translation table header lacks gloss" ], "etymology_text": "From go to, a keyword for this purpose in many programming languages.", "forms": [ { "form": "GOTOs", "tags": [ "present", "singular", "third-person" ] }, { "form": "GOTOing", "tags": [ "participle", "present" ] }, { "form": "GOTOed", "tags": [ "participle", "past" ] }, { "form": "GOTOed", "tags": [ "past" ] } ], "head_templates": [ { "args": {}, "expansion": "GOTO (third-person singular simple present GOTOs, present participle GOTOing, simple past and past participle GOTOed)", "name": "en-verb" } ], "lang": "English", "lang_code": "en", "pos": "verb", "senses": [ { "categories": [ "English terms with quotations", "Quotation templates to be cleaned", "en:Programming" ], "examples": [ { "ref": "1983, Charles Seiter, Robert Weiss, Pascal for BASIC Programmers, Addison Wesley Publishing Company:", "text": "If we were GOTOed from 310 we GOTO 320.", "type": "quote" }, { "ref": "1983, C. Regena, Programmer's reference guide to the TI-99/4A, page 18:", "text": "You can create loops by telling the computer to GOTO an earlier line.", "type": "quote" }, { "ref": "1984, Microcomputing:", "text": "Cross reference programs show program structure by displaying line numbers that are GOTOed or GOSUBed to from other lines in the program, and listing the line numbers in which different variables appear.", "type": "quote" }, { "ref": "1987, Douglas S. Stivison, Introduction to Turbo Pascal, Sybex, →ISBN:", "text": "There is no way of falling into or GOTOing a procedure. The procedure can only be invoked by name as a subroutine.", "type": "quote" }, { "ref": "1990, Computer Languages, Time-Life Books, →ISBN, page 44:", "text": "She and her hosts could not understand one another until Hopper remembered some COBOL commands. \"MOVE,\" she said, pointing to herself. \"GOTO Osaka Hotel.\" The Japanese immediately understood and delivered her to her lodging.", "type": "quote" }, { "ref": "1991, Gerald C. Cohen, Structured Representation for Requirements and Specifications, NASA, page 25:", "text": "Next - goto the next entity defined in the module", "type": "quote" } ], "glosses": [ "To reach (a point in a program) by means of a GOTO instruction." ], "links": [ [ "programming", "programming#Noun" ], [ "reach", "reach" ], [ "GOTO", "#Noun" ] ], "raw_glosses": [ "(programming) To reach (a point in a program) by means of a GOTO instruction." ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "sounds": [ { "ipa": "/ˈɡəʊ.tuː/", "tags": [ "Received-Pronunciation" ] }, { "ipa": "/ˈɡoʊ.tu/", "tags": [ "General-American" ] } ], "wikipedia": [ "Goto (command)" ], "word": "GOTO" }
Download raw JSONL data for GOTO meaning in All languages combined (4.9kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-12-21 from the enwiktionary dump dated 2024-12-04 using wiktextract (d8cb2f3 and 4e554ae). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.