Vyxapedia

Element - ÷ - Item Split

Characters: ÷


Description

Pushes each item of the top of the stack onto the stack.


Overloads

  • num - Push each digit of a
  • str - Push each character of a
  • lst - Push each item of a

Examples

  • 123456 ÷ = 6
  • `abc` ÷ = `c`
  • ⟨1|2|3⟩ ÷ = 3
  • 42 `` ÷ = 42
  • 42 ⟨⟩ ÷ = 42