Element - ⌐
- Complement / Comma Split
Characters:
⌐
Description
1 - a if number, split by commas if string.
Overloads
num
-1 - a
str
-a.split(",")
Examples
5 ⌐
=-4
-5 ⌐
=6
`a,b,c` ⌐
=⟨`a`|`b`|`c`⟩