Skip to content

@[&5;3 3 3;+;1] #63

@ktye

Description

@ktye

amend with repeated indexes modifies only once.

@[&5;3 3 3;+;1] is 0 0 0 1 0
but is 0 0 0 3 0 in most implementations.

x[3 3 3]+:1 is rewritten as x[3 3 3]:x[3 3 3]+1, e.g. modified once, assigned in a loop.

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