comp.lang.ada
 help / color / mirror / Atom feed
From: sbelmont700@gmail.com
Subject: Re: Strange behavior
Date: Fri, 5 Sep 2014 12:47:18 -0700 (PDT)
Date: 2014-09-05T12:47:18-07:00	[thread overview]
Message-ID: <8c587c07-fde3-45c7-8d8e-c3541ea4e0e4@googlegroups.com> (raw)
In-Reply-To: <6967b17b-acb9-4b44-b21a-6ddcab1e1065@googlegroups.com>

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


  reply	other threads:[~2014-09-05 19:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-05 19:30 Strange behavior Laurent
2014-09-05 19:47 ` sbelmont700 [this message]
2014-09-05 20:05   ` Laurent
2014-09-06  0:53     ` Dennis Lee Bieber
2014-09-06  1:35       ` Adam Beneschan
2014-09-05 20:23 ` Jeffrey Carter
2014-09-05 20:48   ` Robert A Duff
2014-09-05 20:34 ` Robert A Duff
2014-09-05 20:40   ` Laurent
2014-09-06  1:10     ` Dennis Lee Bieber
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox