Vyxapedia

Element - øɽ - Right Align

Characters: ø, ɽ


Description

Right align a string/string list


Overloads

  • str - justify to right
  • lst - justify each to right

Examples

  • ⟨`a`|`bc`|`def`⟩ øɽ = ⟨` a`|` bc`|`def`⟩
  • ⟨1|333|55555⟩ øɽ = ⟨` 1`|` 333`|`55555`⟩