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,4 +1,4 @@
# Arithmetic
# ARITHMETIC
## Simpler syntax to set variables
@@ -16,7 +16,7 @@
((var=var2*arr[2]))
```
## Ternary tests
## Ternary Tests
```shell
# Set the value of var to var2 if var2 is greater than var.