Notifications
Clear all
[Closed] backward loop
Jun 15, 2018 11:34 am
Normally for loop looks like this:
for i=1 to n do (
…
)
and can be used to iterate an array from the begining to the end, but how to iterate from the end backwards to the begining?
2 Replies
1 Reply