Skip to content

[BUG] continue in foreach causes infinite loop. #68

@ncskrypt

Description

@ncskrypt
foreach theThing in myList
  if ...
    continue // does not iterate to the next item or end the loop.
  endif
endfor

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions