Jump to content

Sorting algorithms/Bubble sort: Difference between revisions

m
→‎{{header|Ada}}: added code highlighting
(→‎{{header|BASIC}}: Added trans template)
m (→‎{{header|Ada}}: added code highlighting)
Line 19:
{{works with|GCC|4.1.2}}
 
<ada> generic
type Element is private;
with function "=" (E1, E2 : Element) return Boolean is <>;
Line 62:
end loop;
New_Line;
end Main;</ada>
 
=={{header|ALGOL 68}}==
MODE DATA = INT;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.