comp.lang.ada
 help / color / mirror / Atom feed
From: John Wilkinson <jw@invalid.com>
Subject: Basic question about select
Date: Wed, 28 Apr 2010 18:16:44 +0000 (UTC)
Date: 2010-04-28T18:16:44+00:00	[thread overview]
Message-ID: <Xns9D68C41D38649fdnbgui7uhu5h8hrnuio@188.40.43.213> (raw)

select
    	PID.Call;  --an entry call to task PID
    	Status := P;
then abort
    	delay 10.0;
    	Status := Q;
end select;

Is the above valid Ada code? It's been handed to me by someone, I 
don't really know much about Ada, and I'm supposed to understand 
what it does. I can't find any information on "abort" or even 
"then".

If it's valid, what does it do?



             reply	other threads:[~2010-04-28 18:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-28 18:16 John Wilkinson [this message]
2010-04-28 18:36 ` Basic question about select Dmitry A. Kazakov
2010-04-28 21:00   ` Jeffrey R. Carter
2010-04-28 22:41     ` Dmitry A. Kazakov
2010-04-29  0:20       ` Jeffrey R. Carter
2010-04-29  2:16         ` Adam Beneschan
2010-04-29  4:25           ` Jeffrey R. Carter
2010-04-29 17:27             ` Adam Beneschan
2010-04-29 18:42               ` Jeffrey R. Carter
2010-04-29  0:47       ` Jeffrey R. Carter
2010-04-29  7:37         ` Dmitry A. Kazakov
replies disabled

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