aboutsummaryrefslogtreecommitdiff
path: root/docs/operators.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-15 15:33:47 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-15 15:33:47 -0400
commite422079fcced744e3a6247aeb12a09a658989072 (patch)
tree393d5e52ba67dcc822ccfa9a812198edda5e735d /docs/operators.md
parent259c7efcf8c3808d8151d8e15f1167ad2b6f2ca7 (diff)
Add a Byte datatype
Diffstat (limited to 'docs/operators.md')
-rw-r--r--docs/operators.md6
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