Cheddar
Cheddar copied to clipboard
Feature-request: while loop
Merely here for reference but the next release will contain while-loops for easier translation of older code-snippets:
while (condition) {
body
}
:+1: