docs: update
This commit is contained in:
@@ -839,7 +839,6 @@ For use in `[ ]` `if [ ]; then` and `test`.
|
|||||||
| `-` | Subtraction
|
| `-` | Subtraction
|
||||||
| `*` | Multiplication
|
| `*` | Multiplication
|
||||||
| `/` | Division
|
| `/` | Division
|
||||||
| `**` | Exponentiation
|
|
||||||
| `%` | Modulo
|
| `%` | Modulo
|
||||||
| `+=` | Plus-Equal (*Increment a variable.*)
|
| `+=` | Plus-Equal (*Increment a variable.*)
|
||||||
| `-=` | Minus-Equal (*Decrement a variable.*)
|
| `-=` | Minus-Equal (*Decrement a variable.*)
|
||||||
|
|||||||
Reference in New Issue
Block a user