Element - øm
- Flip Brackets Vertical Mirror, Center, Join on Newlines
Description
Vertically mirror each and reverse brackets and slashes, then center and join by newlines. Equivalent to `øṀøĊ⁋`
Overloads
any
-mirror each, flip brackets and slashes in the second half, center by padding with spaces, and join by newlines
Examples
⟨`/[hello`|`/[world`⟩ øm
=`/[helloolleh]\ /[worlddlrow]\`