2 lines
161 B
Text
2 lines
161 B
Text
local(a = array('UK'='London','US'='New York','US'='Birmingham','UK'='Birmingham'))
|
|
with i in #a order by #i->second do => {^ #i->first+' - '+#i->second+'\r' ^}
|