From 7b735ab6fc3e0bb368f1ca484168eaefbbe3ce9c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 4 Apr 2025 18:29:09 -0400 Subject: Misc fixes --- 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 144b93e5..e75788bb 100644 --- a/test/tables.tm +++ b/test/tables.tm @@ -7,7 +7,7 @@ func main(): >> t["two"] = 2? >> t["???"] - = none:Int + = none >> t["one"]! = 1 >> t["???"] or -1 @@ -37,7 +37,7 @@ func main(): >> t2["three"] = 3? >> t2["???"] - = none:Int + = none >> t2.length = 1 -- cgit v1.2.3