Skip to content

for loop / continue do not work #1

@eco747

Description

@eco747

continue statement must go to the update part of the for loop, not in the expr.

bobcom.c
funtion void do_for(BobCompiler *c)
...
//replace addcontinue(c,&centry,nxt); by
addcontinue(c, &centry, update);

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