Sorting algorithms/Bubble sort: Difference between revisions

m
Regex-replace from some BOLDed tags to the new 'Works with' tags / Basic, D
m (→‎{{header|Perl}}: Rewrited to works with.)
m (Regex-replace from some BOLDed tags to the new 'Works with' tags / Basic, D)
Line 102:
 
=={{header|BASIC}}==
'''Compiler''':{{works [[with|QuickBasic]]| 4.5}}
 
Assume numbers are in a DIM of size "size" called "nums".
Line 211:
=={{header|D}}==
 
'''Compiler''':{{works [[with|DMD]]| 1.025}}
 
module BubbleSort;