Skip to content

[Feature] Do while #100

@pabloosabaterr

Description

@pabloosabaterr

Description

Add support for do while loops from end to end.
The loop executes its body at least once and repeats while the condition is true.

Example

do {
    // loop body
} while (condition);

Benefits

  • Expands language control flow features.
  • Allows loops that always execute at least once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions