8 lines
124 B
Ada
8 lines
124 B
Ada
|
|
select
|
||
|
|
accept first_entry;
|
||
|
|
-- do something
|
||
|
|
or accept second_entry;
|
||
|
|
-- do something
|
||
|
|
or terminate;
|
||
|
|
end select;
|