Vyxapedia

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