This commit is contained in:
Rico Sta. Cruz 2015-04-17 19:13:57 +08:00
parent 0dfb0595a7
commit eeb4c07954
1 changed files with 2 additions and 0 deletions

View File

@ -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
```