RosettaCodeData/Task/Conditional-structures/Ada/conditional-structures-5.ada

8 lines
124 B
Ada
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
select
accept first_entry;
-- do something
or accept second_entry;
-- do something
or terminate;
end select;