We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebc800 commit 53ddce9Copy full SHA for 53ddce9
1 file changed
_build/reference/642-language-do.markdown
@@ -4,18 +4,18 @@
4
5
This keyword is used to declare single-line commands. It can be used with WHILE and FOR-family commands.
6
7
-## Example 1
+### Example 1
8
9
```
10
For i = 1 to 10 do print i
11
12
13
-## Example 2
+### Example 2
14
15
FOR f IN files("*.txt") DO PRINT f
16
17
18
-## Example 3
+### Example 3
19
20
21
While(i < 10) do i++
0 commit comments