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. --- test/structs.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/structs.tm') diff --git a/test/structs.tm b/test/structs.tm index d4b0a87e..26b24d62 100644 --- a/test/structs.tm +++ b/test/structs.tm @@ -60,7 +60,7 @@ func test_text(): >> a := @CorecursiveA(b) >> b.other = a >> a - = @CorecursiveA(@CorecursiveB(@~1?)?) + = @CorecursiveA(@CorecursiveB(@~1)) func main(): test_literals() -- cgit v1.2.3