Skip to content

Commit 53ddce9

Browse files
authored
Update 642-language-do.markdown
1 parent 2ebc800 commit 53ddce9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_build/reference/642-language-do.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
This keyword is used to declare single-line commands. It can be used with WHILE and FOR-family commands.
66

7-
## Example 1
7+
### Example 1
88

99
```
1010
For i = 1 to 10 do print i
1111
```
1212

13-
## Example 2
13+
### Example 2
1414
```
1515
FOR f IN files("*.txt") DO PRINT f
1616
```
1717

18-
## Example 3
18+
### Example 3
1919

2020
```
2121
While(i < 10) do i++

0 commit comments

Comments
 (0)