Skip to content

Feature: Foreach loops #3

@Mutilar

Description

@Mutilar

Add support for the "foreach" keyword. This is a rather difficult prospect in controlling the flow behind the scenes and iterating across a given array (note, arrays are not implemented at this time).

foreach (int value in array_of_values) {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions