Project

General

Profile

Actions

Bug #252

closed

For / Next Problem

Added by David Baldwin over 4 years ago. Updated over 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 1 (0 open1 closed)

Related to AOZ Studio V1 (TBD bugs clean/-> V2) - Bug #273: Reverse For does not work at allRejectedFrancois Lionet02/29/2020

Actions
Actions #1

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
Actions #2

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.
Actions #3

Updated by Baptiste Pillot over 4 years ago

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

Also available in: Atom PDF