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,dbab47e756f4068e X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: DEC Ada V3.3 Date: 1996/08/25 Message-ID: #1/1 X-Deja-AN: 176396992 references: <321C3BC6.1897@dial.eunet.ch> <5B1VCDAaY5HyEwe3@djcull.demon.co.uk> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-25T00:00:00+00:00 List-Id: Darel says "Text_Io.Put("Blah"); Text_Io.Get_Line(Blah,Blah_L); you dont get the Blah output to the screen until after the get_line. put_line flushes as normal. " There is nothing in the definition of Ada that suggests that this must work, so your code is at best highly non-portable.