Element - ɾ
- Inclusive One Range
Characters:
ɾ
Description
Inclusive range or uppercase
Overloads
num
-range(1,a+1) (inclusive range from 1)
str
-a.uppercase()
Examples
`abc` ɾ
=`ABC`
⟨4|5⟩ ɾ
=⟨⟨1|2|3|4⟩|⟨1|2|3|4|5⟩⟩
3 ɾ
=⟨1|2|3⟩