Element - ṫ
- Tail Extract
Characters:
ṫ
Description
Remove the last item and push both onto the stack
Overloads
any
-a[:-1],a[-1]
Examples
`abc` ṫ
=`c`
⟨1|2|3⟩ ṫ
=3
123 ṫ
=3
ṫ
- Tail ExtractCharacters:
ṫ
Remove the last item and push both onto the stack
any
- a[:-1],a[-1]
`abc` ṫ
=
`c`
⟨1|2|3⟩ ṫ
=
3
123 ṫ
=
3