Sort stability: Difference between revisions

Line 911:
 
=={{header|Pascal}}==
Standard Pascal has no built-in routine for sorting. The RTL of FreePascal uses Quicksort for TList, TFPList and TStringList in the Classes unit. In many places in the standard libraries fgl and in generics.collections the sort is configurable provided the programmer implements a sort.
 
=={{header|Perl}}==
61

edits