thats not correct
for i in 9..4: echo i # 9, 8, 7, 6, 5, 4 Run
for i in 9..4: echo i # 9, 8, 7, 6, 5, 4
Fixed.
Maybe we need that overload (???) ;P
https://www.overleaf.com/read/fftxwxqpnfmj
Because why not ?