Sorting algorithms/Bubble sort: Difference between revisions

Line 1,740:
</syntaxhighlight>
 
==={{header|micro(A)microA BASIC}}===
{{works with|microA }}
<syntaxhighlight lang="basic">
'bubble sort in micro(A) BASIC
wcolor 0,0,0 : fcolor 150,180,240
Line 1,785 ⟶ 1,787:
if index < 1000 : goto do4 :endif
'////////////////////////////////////////////////
</syntaxhighlight>
 
==={{header|Minimal BASIC}}===
3

edits