From 37f3e91f6c95d46f161dbde05b0a005fe7e7c17a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 7 Dec 2024 16:04:25 -0500 Subject: Rename "NONE" to "none" --- test/nums.tm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/nums.tm') diff --git a/test/nums.tm b/test/nums.tm index 3a66ffe3..1192826f 100644 --- a/test/nums.tm +++ b/test/nums.tm @@ -22,8 +22,8 @@ func main(): >> Num.INF:isinf() = yes - >> nan := NONE : Num - = NONE : Num? + >> nan := none : Num + = none : Num? >> nan == nan = yes >> nan < nan @@ -46,10 +46,10 @@ func main(): = -1 >> nan + 1 - = NONE : Num? + = none : Num? >> 0./0. - = NONE : Num? + = none : Num? >> Num.PI:cos()!:near(-1) = yes -- cgit v1.2.3