Cheddar icon indicating copy to clipboard operation
Cheddar copied to clipboard

Feature-request: while loop

Open vihanb opened this issue 7 years ago • 1 comments

Merely here for reference but the next release will contain while-loops for easier translation of older code-snippets:

while (condition) {
    body
}

vihanb avatar Oct 31 '16 22:10 vihanb