aboutsummaryrefslogtreecommitdiff
path: root/test/optionals.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 16:49:40 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 16:49:40 -0400
commite87e6dabfbdc1d35b5fe41b5d84dab38df3c8e76 (patch)
tree93588c81392489a621ce4fcca41645c92c0d06e9 /test/optionals.tm
parentf69f862bf6e744834d781867a85f962c783f314e (diff)
Insert `then` for clarity
Diffstat (limited to 'test/optionals.tm')
-rw-r--r--test/optionals.tm2
1 files changed, 1 insertions, 1 deletions
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