diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-16 16:10:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-16 16:10:05 -0400 |
| commit | e5f432d4c913b31922da5b2855237d37ceef0432 (patch) | |
| tree | 420992617ce615cc7abd028b378be22645b4ce70 /test/optionals.tm | |
| parent | de49bc5bb3198f450cb367085f9def0d89782258 (diff) | |
Fix `not x` for optional values
Diffstat (limited to 'test/optionals.tm')
| -rw-r--r-- | test/optionals.tm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/optionals.tm b/test/optionals.tm index 2c87d6c9..e2d616b7 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -315,3 +315,9 @@ func main(): >> opt else: >> opt + + >> not 5? + = no + + >> not !Int + = yes |
