diff -r c4b444774f1c -r 87cac58a4e57 SortedCollection.st --- a/SortedCollection.st Fri Jan 30 01:50:42 1998 +0100 +++ b/SortedCollection.st Fri Jan 30 01:57:28 1998 +0100 @@ -53,6 +53,17 @@ while [:a :b | a > b] defines descening order. The default sortBlock for SortedCollections is the first one. + Compatibility Warning: + VW seems to use a default sortBlock which compares a<=b, + while ST/X uses a