Skip to content

Unable to access loop iterator's value in grppi #375

Description

@dmardavies

The following use case cannot be represented using grppi:

for(int i = 0; i < 10; i++){
a[i] = i;
}

The use of the expression "i" requires using the actual value of the variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions