Element - Ḃ - Bifurcate
Characters:
    
        Ḃ
Description
Pushes the top of the stack then its reverse. Literally duplicate and reverse
Overloads
- any-- a, reversed(a)
Examples
- 203 Ḃ=- 302
- `abc` Ḃ=- `cba`
- ⟨1|2|3|4⟩ Ḃ=- ⟨4|3|2|1⟩