Element - øĊ
- Center
Description
Center a list of strings
Overloads
lst
-center(a) (pad each item with spaces so all are the same length and centered)
Examples
⟨`ab`|`cdef`⟩ øĊ
=⟨` ab `|`cdef`⟩
⟨`xyz`|`a`|`bcdef`⟩ øĊ
=⟨` xyz `|` a `|`bcdef`⟩
⟨1|333|55555⟩ øĊ
=⟨` 1 `|` 333 `|`55555`⟩