From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5cd788f18b560297,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!g38g2000yqd.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: How to get a key from keyboard Date: Fri, 28 Nov 2008 07:20:01 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1227885601 31547 127.0.0.1 (28 Nov 2008 15:20:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 Nov 2008 15:20:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g38g2000yqd.googlegroups.com; posting-host=77.249.221.108; posting-account=nZAcngoAAACcfYM9wDw3w9Z1XR3bObfs User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:3805 Date: 2008-11-28T07:20:01-08:00 List-Id: In Pascal there is a function Readkey to read a single character from the keyboard. Is there a simular function in ADA? I have tried the procedure Get_Immediate(Char, Error) but here you have to press the Enter key as well.