Anagrams: Difference between revisions

Content added Content deleted
Line 354: Line 354:
alger glare lager large regal</pre>
alger glare lager large regal</pre>


=={{header|Vedit macro language}}==
=={{header|Vedit Macro Language}}==
This implementation first sorts characters of each word using Insertion sort in subroutine SORT_LETTERS.<br>
This implementation first sorts characters of each word using Insertion sort in subroutine SORT_LETTERS.<br>
Then the word list is sorted using built-in Sort function.<br>
Then the word list is sorted using built-in Sort function.<br>