Skip to content

Are there breaks and continues for loops like in other languages? #37

@PuppyPi

Description

@PuppyPi

Are there breaks and continues for loops like in other languages?
I can't remember any but maybe my memory is holey!

(For clarity and posterity, if someone only knows caos (no worries :3 ), break and continue jump to the end or beginning of a loop. Like, if you use the "break" command, the next line to be executed is the one after the UNTL or NEXT or REPE or whatever :3, and if you use "continue" then it jumps immediately to the next iteration of the loop, skipping anything after it and starts over right after the LOOP or ENUM or REPS or whatever :3 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions