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

m
used generic term(s) for what to create.
m (→‎{{header|REXX}}: added wording to the REXX section header.)
m (used generic term(s) for what to create.)
Line 2:
 
;Task:
Write a function/program/subroutine/procedure to sort the characters of a string in alphabetical order.
 
Show the results here on this page.