From e5f432d4c913b31922da5b2855237d37ceef0432 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 16 Sep 2024 16:10:05 -0400 Subject: Fix `not x` for optional values --- test/optionals.tm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') 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 -- cgit v1.2.3