new loops syntax help? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

new loops syntax help?

Hello programmers! for a natural-looking programming language how would you change the loops: until/do, unless/do, while/do, to look like an english sentence? I think do doesn't fit unless you write a colon after, but the goal is to do it without a colon.

8th Sep 2018, 6:17 PM
Stanislav Vladev
Stanislav Vladev - avatar
1 Antwort
+ 3
while statement is true dothis() untilnow
8th Sep 2018, 8:13 PM
Bebida Roja
Bebida Roja - avatar