Actions
Bug #259
closedFor...Next from 1 to 1 doesn't enter the loop
Start date:
02/27/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
#manifest:"pc"
#fullScreen:true
#splashScreen:false
#fps:false
test=1
for x=1 to test
print x
next x
Nothing is printed in 0.9.5.1
Updated by Baptiste Pillot over 4 years ago
- Related to Bug #280: For loop misses first iteration in some cases. added
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.6.1
Updated by Baptiste Pillot (admin) over 4 years ago
- Status changed from Resolved to Closed
Verified using 0.9.7.2 : ok, it works.
Actions