From f868d02b08688c04509d1abda5af89a182033d88 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 21 Nov 2024 13:00:53 -0500 Subject: Add `NULL` as a syntax for null values. --- docs/paths.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/paths.md') diff --git a/docs/paths.md b/docs/paths.md index 86ec2f26..b2dfe384 100644 --- a/docs/paths.md +++ b/docs/paths.md @@ -492,10 +492,10 @@ raised. **Example:** ```tomo >> (./hello.txt):read() -= "Hello"? += "Hello" : Text? >> (./nosuchfile.xxx):read() -= !Text += NULL : Text? ``` --- @@ -521,10 +521,10 @@ returned. **Example:** ```tomo >> (./hello.txt):read() -= [72[B], 101[B], 108[B], 108[B], 111[B]]? += [72[B], 101[B], 108[B], 108[B], 111[B]] : [Byte]? >> (./nosuchfile.xxx):read() -= ![Byte] += NULL : [Byte]? ``` --- -- cgit v1.2.3