RosettaCodeData/Task/Flow-control-structures/Ada/flow-control-structures-3.ada
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
129 B
Ada

select
delay 10.0;
Put_Line ("Cannot finish this in 10s");
then abort
-- do some lengthy calculation
...
end select;