From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.ada Subject: Re: get_immediate echoe character--compiled error? Date: Wed, 04 Oct 2023 15:12:39 -0700 Organization: None to speak of Message-ID: <87r0ma3ulk.fsf@nosuchdomain.example.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: dont-email.me; posting-host="f16245aab5d617db3860d3e57f5229e5"; logging-data="575492"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18oRGi+msnsdbAmvjWz/gPs" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:9BSJ4D5Li1L73WTXGndtrqRCYb4= sha1:VCaaUoQrnOKViDEUReL8DeglfxY= Xref: news.eternal-september.org comp.lang.ada:65786 List-Id: "Jeffrey R.Carter" writes: > On 2023-10-02 04:42, richardthiebaud wrote: >> with ada.text_io; use ada.text_io; >> procedure test3 is >>   c: character; >>   avail: boolean; >> begin >>   loop >>     loop >>       Get_Immediate(c, Avail); >>       if Avail then >>         exit; >>       end if; >>       delay 0.01; >>     end loop; >>   end loop; >> end test3; > > I should have checked this earlier, but this does not echo with ObjectAda. On what target system? -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */