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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.136.194 with SMTP id qc2mr3140526igb.7.1409946438495; Fri, 05 Sep 2014 12:47:18 -0700 (PDT) X-Received: by 10.140.89.232 with SMTP id v95mr28397qgd.34.1409946438304; Fri, 05 Sep 2014 12:47:18 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!r2no15119984igi.0!news-out.google.com!q8ni6qal.1!nntp.google.com!dc16no1473248qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 5 Sep 2014 12:47:18 -0700 (PDT) In-Reply-To: <6967b17b-acb9-4b44-b21a-6ddcab1e1065@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy NNTP-Posting-Host: 206.53.78.59 References: <6967b17b-acb9-4b44-b21a-6ddcab1e1065@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8c587c07-fde3-45c7-8d8e-c3541ea4e0e4@googlegroups.com> Subject: Re: Strange behavior From: sbelmont700@gmail.com Injection-Date: Fri, 05 Sep 2014 19:47:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188880 Date: 2014-09-05T12:47:18-07:00 List-Id: On Friday, September 5, 2014 3:30:51 PM UTC-4, Laurent wrote: > > The order of the tasks executing is random and that is ok but why is it changing and why is the New_Line zapped? > Because the order of the tasks is random; what else would you expect? The new lines aren't zapped, its just that the OS switches tasks after the Put_Line but before the New_Line. You get it back the next time, hence the blank space (two CR/LFs in a row). -sb