Vyxapedia

Element - Þ⇧ - Is Strictly Ascending?

Characters: Þ,


Description

Returns true if the list is in strictly ascending order.


Overloads

  • lst - is a in strictly ascending order?

Examples

  • `abcde` Þ⇧ = 1
  • ⟨4|6|8|10|3432|65543⟩ Þ⇧ = 1
  • `` Þ⇧ = 1
  • ⟨⟩ Þ⇧ = 1