Jump to content

Anagrams: Difference between revisions

m
(→‎{{header|BQN}}: Remove "works in", as it runs in all implementations)
Line 4,333:
local bytes = {word:byte(1, -1)}
table.sort(bytes)
return string.char(table.unpack(bytes))
end
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.