# LANGUAGE translation of https://www.gnu.org/fun/jokes/ed.html # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the original article. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: ed.html\n" "POT-Creation-Date: 2019-06-04 06:56+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. type: Content of:

msgid "Ed source code" msgstr "" #. type: Content of:

msgid "while :;do read x;echo \\?;done" msgstr "" #. type: Content of:

msgid "Here is the source code in x86 assembly (submitted by Nate):" msgstr "" #. type: Content of:

#, no-wrap
msgid ""
"[ORG 0x100]\n"
"top:  mov ah,0x0a\n"
"      mov dx, buffer\n"
"      int 0x21\n"
"      mov ah, 0x09\n"
"      mov dl,message\n"
"      int 0x21\n"
"      jmp short top\n"
"message:\n"
"         db 10,'?',13,10,'$'\n"
"buffer:\n"
msgstr ""

#. type: Content of: 

msgid "" "An initial variant of this joke is also available in plain text." msgstr "" #. type: Content of:

msgid "Another, submitted by Hunter Turcin:" msgstr "" #. type: Content of:

#, no-wrap
msgid ""
"#include <iostream>\n"
"#include <string>\n"
"using namespace std;\n"
"\n"
"int\n"
"main()\n"
"{\n"
"  string huh;\n"
"  for (;;)\n"
"    {\n"
"      getline(cin, huh);\n"
"      cout << \"?\\n\";\n"
"    }\n"
"  return 0;\n"
"}\n"
msgstr ""

#. type: Content of: 

msgid "Other humor in the GNU Humor Collection." msgstr "" #. type: Content of:

msgid "Disclaimer" msgstr "" #. type: Content of:

msgid "" "The joke on this page was obtained from the FSF's email archives of the GNU Project." msgstr "" #. type: Content of:

msgid "The Free Software Foundation claims no copyright on this joke." msgstr "" #. TRANSLATORS: Use space (SPC) as msgstr if you don't have notes. #. type: Content of:

msgid "*GNUN-SLOT: TRANSLATOR'S NOTES*" msgstr "" #. type: Content of:

msgid "" "Please send FSF & GNU inquiries to <gnu@gnu.org>. There are also other ways to contact the FSF." msgstr "" #. type: Content of:

msgid "" "Please send broken links and other corrections or suggestions to <webmasters@gnu.org>." msgstr "" #. type: Content of:

msgid "" "Please see the Translations README " "for information on coordinating and submitting translations of this article." msgstr "" #. TRANSLATORS: Use space (SPC) as msgstr if you don't want credits. #. type: Content of:

msgid "*GNUN-SLOT: TRANSLATOR'S CREDITS*" msgstr "" #. timestamp start #. type: Content of:

msgid "Updated:" msgstr ""