code_builder icon indicating copy to clipboard operation
code_builder copied to clipboard

Add support for while

Open MarcelGarus opened this issue 5 years ago • 0 comments

I'd love to be able to create structures like these:

while (condition) {
  doThingies();
}

MarcelGarus avatar Oct 16 '20 18:10 MarcelGarus