Reverse order iteration support for FOR loop
wysohn opened this issue ยท 0 comments
At the moment, TR doesn't support such a syntax:
FOR i = 10:0
...
ENDFOR
because the constraint prohibits the for loop to have the value on the left-hand side larger than the value on the right-hand side of the iterator.
Support the opposite so that the interaction can go the opposite way.