From c9198cb4807931096f6fcc310e567c27923ecccf Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 5 Apr 2025 02:29:11 -0400 Subject: More fixes --- examples/learnxiny.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/learnxiny.tm b/examples/learnxiny.tm index b585a2ab..7373f057 100644 --- a/examples/learnxiny.tm +++ b/examples/learnxiny.tm @@ -111,7 +111,7 @@ func main(): # The value returned is optional because none will be returned if the key # is not in the table: >> table["xxx"] - = none : Int + = none # Optional values can be converted to regular values using `!` (which will # create a runtime error if the value is null): -- cgit v1.2.3