Element - ʀ
- Inclusive Zero Range
Characters:
ʀ
Description
Inclusive range or whether each character is alphabetical
Overloads
num
-range(0,a + 1) (inclusive range from 0)
str
-[is v alphabetical? for v in a]
Examples
`a$c` ʀ
=⟨1|0|1⟩
⟨1⟩ ʀ
=⟨⟨0|1⟩⟩
3 ʀ
=⟨0|1|2|3⟩