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/pointers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pointers.md') diff --git a/docs/pointers.md b/docs/pointers.md index 174c4296..f1bd1b5a 100644 --- a/docs/pointers.md +++ b/docs/pointers.md @@ -113,7 +113,7 @@ inside of any datastructures as elements or members. ```tomo nums := @[10, 20, 30] >> nums:first(func(x:&Int): x / 2 == 10) -= 2? += 2 : Int? ``` Normal `@` pointers can be promoted to immutable view pointers automatically, -- cgit v1.2.3