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: v025@truman.edu (Chad R. Meiners) Subject: Re: beginner question re: user input & output to screen Date: 1999/02/15 Message-ID: <36c85a31.0@silver.truman.edu>#1/1 X-Deja-AN: 444757091 References: <36c95396.253265493@news.dsuper.net> Content-Type: Text/Plain; charset=US-ASCII Organization: Missouri Research and Education Network Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-15T00:00:00+00:00 List-Id: In article , matthew_heaney@acm.org says... > >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. > > > Perhaps Ada.Text_IO.Skip_Line would be better since he really doesn't need any data returned. -Chad R. Meiners