Element - Þ⇩ - Is Strictly Descending?
Characters:
Þ,
⇩
Description
Returns true if the list is in strictly descending order.
Overloads
lst - is a in strictly descending order?
Examples
4321 Þ⇩ =
1
⟨3|2|1⟩ Þ⇩ =
1
⟨8|6|5|4|2⟩ Þ⇩ =
1
`edcba` Þ⇩ =
1
`` Þ⇩ =
1
⟨⟩ Þ⇩ =
1