Sorting algorithms/Bubble sort: Difference between revisions

Line 1,401:
sort -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7</pre>
 
==={{header|FTCBASIC}}===
<syntaxhighlight lang="basic">define sorting = 0, index = 0, size = 10, temp1 = 0, temp2 = 0
 
305

edits