Hex words: Difference between revisions

m
→‎{{header|AppleScript}}: Minor cosmetic change.
(Added AppleScript.)
m (→‎{{header|AppleScript}}: Minor cosmetic change.)
Line 316:
set thisEntry to {thisWord, decimal, root}
set end of list1 to thisEntry
ifset distinctChars to ((current application's class "NSSet"'s setWithArray:(thisWord's characters))'s |count|() > 3) then ¬
if (distinctChars's |count|() > 3) then set end of list2 to thisEntry
end repeat
557

edits