diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:49:40 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:49:40 -0400 |
| commit | e87e6dabfbdc1d35b5fe41b5d84dab38df3c8e76 (patch) | |
| tree | 93588c81392489a621ce4fcca41645c92c0d06e9 /test/optionals.tm | |
| parent | f69f862bf6e744834d781867a85f962c783f314e (diff) | |
Insert `then` for clarity
Diffstat (limited to 'test/optionals.tm')
| -rw-r--r-- | test/optionals.tm | 2 |
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 |
