Vyxapedia

Element - Þż - Lift

Characters: Þ, ż


Description

Multiply a numeric list by a range from 1 to its length


Overloads

  • lst - lift

Examples

  • ⟨1|2|3⟩ Þż = ⟨1|4|9⟩
  • ⟨1|2|3|4⟩ Þż = ⟨1|4|9|16⟩
  • ⟨4|3|2|1⟩ Þż = ⟨4|6|6|4⟩
  • ⟨⟩ Þż = ⟨⟩