Actions
Bug #252
closedFor / Next Problem
Start date:
02/24/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
The last iteration of a for / next loop is not being processed:-
For N=1 to 10
Print N
Next N
Will print numbers 1 to 9.
For N=10 to 1
Print N
Next N
Will print numbers 10 down to 2.
Updated by Francois Lionet over 4 years ago
- Status changed from New to Closed
- Assignee set to Francois Lionet
- Target version set to 0.9.5
Updated by Baptiste Pillot over 4 years ago
- Target version changed from 0.9.5 to 0.9.5.1
- Fixed in 0.9.5.1 : now prints from 1 to 10
- But : For N=10 to 1 does not print anything, for me, for both 0.9.5 and 0.9.5.1.
Updated by Baptiste Pillot over 4 years ago
- Related to Bug #273: Reverse For does not work at all added
Actions