Skip to content

Add do { ... } while (cond) loop support to Expression 2 #2191

Description

@stepa2

do { f() } while ( cond() )
is the same as

f(x)
while( cond() ) { f(x) }

Metadata

Metadata

Assignees

No one assigned

    Labels

    E2This issue is related to E2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions