Sort the letters of string in alphabetical order: Difference between revisions

Content added Content deleted
Line 382: Line 382:


=={{header|Eiffel}}==
=={{header|Eiffel}}==

[https://github.com/ljr1981/rosettacode_answers/blob/main/src/sort_string_letters/sort_string_letters.e Example Code]


<lang eiffel>
<lang eiffel>
Line 420: Line 422:


And the Test Code to operate it.
And the Test Code to operate it.

[https://github.com/ljr1981/rosettacode_answers/blob/main/testing/rc_sort_string_letters/rc_sort_string_letters_test_set.e Test Code]


<lang eiffel>
<lang eiffel>