Sorting algorithms/Insertion sort: Difference between revisions

Content added Content deleted
(Add VBScript)
m (→‎{{header|VBScript}}: Fixed translation link...)
Line 3,099: Line 3,099:
</pre>
</pre>
=={{header|VBScript}}==
=={{header|VBScript}}==
{{trans|BASIC}}
{{trans|BASIC_2}}
<lang vb>Randomize
<lang vb>Randomize
Dim n(9) 'nine is the upperbound.
Dim n(9) 'nine is the upperbound.