Closed Bike closed 2 years ago
LOOP's syntax is specified such that "variable" clauses like FOR must come before "main" clauses like termination tests. Pedantic LOOP implementations will warn or fail on nonconforming syntax.
Aha, I knew there had to be some of these lurking in my projects. Thanks!
LOOP's syntax is specified such that "variable" clauses like FOR must come before "main" clauses like termination tests. Pedantic LOOP implementations will warn or fail on nonconforming syntax.