Project

General

Profile

Bug #252

For / Next Problem

Added by David Baldwin about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
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.


Related issues

Related to AOZ Studio Beta - Bug #273: Reverse For does not work at allRejected02/29/2020Francois Lionet

Actions
#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Closed
  • Assignee set to Francois Lionet
  • Target version set to 0.9.5
#2

Updated by Baptiste Pillot about 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.
#3

Updated by Baptiste Pillot about 4 years ago

  • Related to Bug #273: Reverse For does not work at all added

Also available in: Atom PDF