From fd74479a2bf2e4ccc35d1c2fa206de8f28be1e54 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 16:28:57 -0400 Subject: Deprecate optional '?' postfix operator --- test/when.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/when.tm') diff --git a/test/when.tm b/test/when.tm index d18f5276..57de4c2c 100644 --- a/test/when.tm +++ b/test/when.tm @@ -15,4 +15,4 @@ func main() >> when n is 1 Int64(1) is 2 Int64(2) is 21 + 2 Int64(23) - = Int64(23)? + = Int64(23) -- cgit v1.2.3