Skip to content

for loop operator #113

@paciorek

Description

@paciorek

@perrydv do we want to support non-sequential for loop constructions such as for(k in c(2,3,5)) or for(k in values) or for(k in c('foo','bar'))?

I think I roughly see how to set this up in terms of creating a local variable, finding its length, and then assigning into the index variable as the first (new) line of the body of the loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions