Post History
APL (Dyalog Extended), 3 bytes ⊢⍮⌽ Try it online! ⊢ the argument ⍮ paired up with ⌽ its reverse
#1: Initial revision
# [APL (Dyalog Extended)], 3 bytes
<!-- language-all: lang-apl -->
⊢⍮⌽
[Try it online!][TIO-ksd9npdh]
`⊢` the argument
`⍮` paired up with
`⌽` its reverse
[APL (Dyalog Extended)]: https://github.com/abrudz/dyalog-apl-extended
[TIO-ksd9npdh]: https://tio.run/##SyzI0U2pTMzJT9dNrShJzUtJTfn//1HXoke96x717P2f9qhtwqPevkddzY961zzq3XJovfGjtomP@qYGBzkDyRAPz@D/aQqGxgomRgA "APL (Dyalog Extended) – Try It Online"
