comp.lang.ada
 help / color / mirror / Atom feed
* Basic question about select
@ 2010-04-28 18:16 John Wilkinson
  2010-04-28 18:36 ` Dmitry A. Kazakov
  0 siblings, 1 reply; 11+ messages in thread
From: John Wilkinson @ 2010-04-28 18:16 UTC (permalink / 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?



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-04-29 18:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-28 18:16 Basic question about select John Wilkinson
2010-04-28 18:36 ` 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

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