Jump to content

Sorting algorithms/Bubble sort: Difference between revisions

→‎{{header|PL/I}}: correct colour template
(jq)
(→‎{{header|PL/I}}: correct colour template)
Line 2,700:
 
=={{header|PL/I}}==
<lang pli>/* A primitive bubble sort */
<lang PL/I>
/* A primitive bubble sort */
bubble_sort: procedure (A);
declare A(*) fixed binary;
Line 2,716 ⟶ 2,715:
end;
end;
end bubble_sort;</lang>
</lang>
 
=={{header|PicoLisp}}==
1,392

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.