Skip to content
Snippets Groups Projects
Commit b67069ff authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

my last commit also fixed several problems in For/EndFor loops:

- the body of the loop was executed at least once, even if the test was
  always false (e.g. For (1:-1:1) )
- the body could be executed one extra time when using optional
  step values
- the for loops didn't work with negative step values
parent e13b85ce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment