Skip to content

For loop iterating over list with named keys #6

@uiri

Description

@uiri

There is for loop iteration syntax like so:

for( i: list, {
    -- do something with list
})

Currently this iterates over the number keyed elements of list and doesn't touch the name keyed elements.

An empty list also currently causes a segfault.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions