update manuscript

This commit is contained in:
Dylan Araps
2018-06-20 16:00:33 +10:00
parent 393a288242
commit d2c42689d8
18 changed files with 43 additions and 52 deletions

View File

@@ -1,8 +1,8 @@
# Loops
# LOOPS
## Loop over a range of numbers
Don't use `seq`.
Alternative to `seq`.
```shell
# Loop from 0-100 (no variable support).
@@ -13,7 +13,7 @@ done
## Loop over a variable range of numbers
Don't use `seq`.
Alternative to `seq`.
```shell
# Loop from 0-VAR.