We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99a29a commit a03d6f5Copy full SHA for a03d6f5
examples/02_control_flow/02_Loops.md
@@ -48,7 +48,7 @@ fun main(args: Array<String>) {
48
49
While and do-while constructs work similarly to most languages.
50
51
-1. Performs the block while the condition is false
+1. Performs the block while the condition is true.
52
2. Performs the block first, and then loops while evaluating the while condition.
53
54
### Iterators
0 commit comments