From 2e27b88c1b9fa8ec9b9f243909f5b793b376f207 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 30 Apr 2024 13:18:47 -0400 Subject: Improved syntax for optionals --- test/tables.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/tables.tm') diff --git a/test/tables.tm b/test/tables.tm index 8609e522..4c61bb77 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -18,7 +18,7 @@ func main(): >> #t = 2 >> t.default - = ?%999 + = @%999? >> t.fallback = !{Text:Int} @@ -42,7 +42,7 @@ func main(): >> t2.default = !Int >> t2.fallback - = ?%{"one":1, "two":2; default=999} + = @%{"one":1, "two":2; default=999}? t2_str := "" for k,v in t2: -- cgit v1.2.3