aboutsummaryrefslogtreecommitdiff
path: root/test/nums.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-12-07 16:04:25 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-12-07 16:04:25 -0500
commit37f3e91f6c95d46f161dbde05b0a005fe7e7c17a (patch)
treec6e080ebbe7aed267b8ca0c5aec80fece51a5f65 /test/nums.tm
parenta201939a8150bc4c2f221925797ea2751c74b77c (diff)
Rename "NONE" to "none"
Diffstat (limited to 'test/nums.tm')
-rw-r--r--test/nums.tm8
1 files changed, 4 insertions, 4 deletions
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