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/nums.tm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/nums.tm') diff --git a/test/nums.tm b/test/nums.tm index 362f590f..1ca09d7b 100644 --- a/test/nums.tm +++ b/test/nums.tm @@ -51,7 +51,9 @@ func main() = no >> Num32.sqrt(16) - = Num32(4)? + = Num32(4) + >> Num32.sqrt(-1) + = none >> (0.25).mix(10, 20) = 12.5 -- cgit v1.2.3