Sorting algorithms/Bubble sort: Difference between revisions

Content added Content deleted
No edit summary
Line 1,415: Line 1,415:


=={{header|Objeck}}==
=={{header|Objeck}}==
<lang objeck>
{{trans|C}}
{{trans|C}}
<lang objeck>
function : Swap(p : Int[]) ~ Nil {
function : Swap(p : Int[]) ~ Nil {
t := p[0];
t := p[0];