Skip to content

FOR ... NEXT #40

@blackborn66

Description

@blackborn66
FOR id [ AS type ] "=" expr TO expr [ STEP stepExpr ]
    <code>
NEXT [ id1 [ "," id2 [ "," ...] ] ]

I think stepExpr shouldn't be a constant.
It can be useful to calculate it or change it in nested loops.

I can work around it, but I think other BASICs can handle it

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