From e422079fcced744e3a6247aeb12a09a658989072 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 15 Sep 2024 15:33:47 -0400 Subject: Add a Byte datatype --- docs/operators.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/operators.md') 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 -- cgit v1.2.3