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