Skip to content

start:end:step #764

@xushiwei

Description

@xushiwei
a[start:end:step] = value

for i <- start:end:step {
    ...
}

for i := range start:end:step {
    ...
}

for range start:end:step {
    ...
}

for start:end:step {
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions