aboutsummaryrefslogtreecommitdiff
path: root/test/nums.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-24 16:18:21 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-24 16:18:21 -0500
commit1e3fb8a2c0cca385d65c52679411b118b5fb4641 (patch)
treee8e7ae5b4a8b4f39ed867c238f1a05494b6a50ac /test/nums.tm
parent0e10313d64f54dd587ebbcd5f413bd999333c911 (diff)
Rename "NULL" 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 4e6d34a9..9d3e9a6e 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -23,9 +23,9 @@ func main():
= yes
>> Num.NAN
- = NULL : Num?
+ = NONE : Num?
>> nan := Num.NAN
- = NULL : Num?
+ = NONE : Num?
>> nan == nan
= yes
>> nan < nan
@@ -48,10 +48,10 @@ func main():
= -1
>> nan + 1
- = NULL : Num?
+ = NONE : Num?
>> 0./0.
- = NULL : Num?
+ = NONE : Num?
>> Num.PI:cos()!:near(-1)
= yes