diff options
Diffstat (limited to 'docs/operators.md')
| -rw-r--r-- | docs/operators.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/operators.md b/docs/operators.md index a3c9e01e..85e53242 100644 --- a/docs/operators.md +++ b/docs/operators.md @@ -25,11 +25,11 @@ value to the user. ```tomo >> 0 <> 99 -= -1_i32 += -1[32] >> 5 <> 5 -= 0_i32 += 0[32] >> 99 <> 0 -= 1_i32 += 1[32] ``` It's particularly handy for using the array `sort()` method, which takes a |
