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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e7672052479c6008 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: beginner question re: user input & output to screen Date: 1999/02/15 Message-ID: #1/1 X-Deja-AN: 444649600 Sender: matt@mheaney.ni.net References: <36c95396.253265493@news.dsuper.net> NNTP-Posting-Date: Mon, 15 Feb 1999 10:07:10 PDT Newsgroups: comp.lang.ada Date: 1999-02-15T00:00:00+00:00 List-Id: fluffy_dong@dsuper.net writes: > Hi, > > I'm in this programming class and I have a program to hand in. > There's a place in the program where I'm supposed to display a table > and leave it there until the user presses . I don't know how > to do this. The only way I know to make my program "stop and wait" is > by using "GET", but GET seems to require that the user types > something, anything, before he/she presses . Use Ada.Text_IO.Get_Line.