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

8 lines
124 B
Ada
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
select
accept first_entry;
-- do something
or accept second_entry;
-- do something
or terminate;
end select;