Sort a list of object identifiers: Difference between revisions

m
(→‎{{header|AppleScript}}: Added a functional draft.)
Line 183:
As a composition of pure functions:
 
<lang applescript>use------------- AppleScriptSORTED versionLIST "2.4"OF OBJECT IDENTIFIERS ------------
use framework "Foundation"
use scripting additions
 
 
------------- SORTED LIST OF OBJECT IDENTIFIERS ------------
 
-- sortedIdentifiers :: [String] -> [String]
9,655

edits