for [i 10 10 -1] [fd :i rt 90] will evaluate and then do a 10 to 9 loop (or similar). If we want to support a negative step, not sure how to proceed for now.
will evaluate and then do a 10 to 9 loop (or similar).
If we want to support a negative step, not sure how to proceed for now.