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

8 lines
124 B
Ada
Raw Permalink Normal View History

2024-04-19 16:56:29 -07:00
select
accept first_entry;
-- do something
or accept second_entry;
-- do something
or terminate;
end select;