∆‹
Characters: ∆, ‹
∆
‹
Decrement a until b(a) is false (deprecated, use `<` instead)
any-fun
while b(a): a -= 1
fun-any
while a(b): b -= 1