Skip to content

foreach loop #116

@Leonard-Reuter

Description

@Leonard-Reuter

Allow for foreach loops:
eg.

do element in array
    write(*,*) element
end do

instead of

do i=1, SIZE(array)
    write(*,*) array(i)
end do

Metadata

Metadata

Assignees

No one assigned

    Labels

    Clause 11Standard Clause 11: Execution control

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions