Skip to content

the for loop specification seems to be incomplete #3349

Closed
@polux

Description

@polux

Unless I missed something, it looks like the spec for "traditional" for loops doesn't cover all the cases in the semantics part (the syntactic part does). It covers the

   for (var x = e; ...

case but for instance not the

   var x;
   for (x = e; ...

case.

   
   

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-duplicateClosed in favor of an existing report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions