Format
This commit is contained in:
parent
0dfb0595a7
commit
eeb4c07954
|
@ -178,7 +178,9 @@ for s in list
|
||||||
continue " jump to start of loop
|
continue " jump to start of loop
|
||||||
break " breaks out of a loop
|
break " breaks out of a loop
|
||||||
endfor
|
endfor
|
||||||
|
```
|
||||||
|
|
||||||
|
```vim
|
||||||
while x < 5
|
while x < 5
|
||||||
endwhile
|
endwhile
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue