Loop with single statement should generates to while loop

Issue #287 resolved
Matthias Schoettle created an issue

If a loop combined fragment is defined with just true or another single statement, the code generator still generates a for loop, which results in a compile error.

In that case, a while loop should be generated.

Comments (5)

  1. Log in to comment