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.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!ada2.crd.ge.com!xanadu From: xanadu@ada2.crd.ge.com (Rick Conn) Newsgroups: comp.lang.ada Subject: Single-char input Message-ID: <9009211211.AA26887@ada2.> Date: 21 Sep 90 12:11:25 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: There are several components and programs in the Ada Software Repository which provide single-character input in Ada, but this is usually machine-dependent and involves either C or OS interfacing. The Ada Tutor is written in Ada, uses single-character input, and runs on UNIX, PC, and DEC VAX platforms. Source code is included, and this source contains a nice, simple single-character input package. Rick Conn