From e87e6dabfbdc1d35b5fe41b5d84dab38df3c8e76 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 16:49:40 -0400 Subject: Insert `then` for clarity --- test/optionals.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/optionals.tm') diff --git a/test/optionals.tm b/test/optionals.tm index 5344848d..36f38625 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -259,7 +259,7 @@ func main() = 5 do - >> value := if var : Int? = none + >> value := if var : Int? = none then var else 0 -- cgit v1.2.3