Skip to content

Feature: Foreach loops #3

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) {
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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