aboutsummaryrefslogtreecommitdiff
path: root/test/nums.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-18 20:39:57 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-18 20:39:57 -0400
commit967b649da20f1cb2011025456853cb55f25e9a88 (patch)
treeffce4f06f5fbb833c8aee2ba7c6982156f7bfac4 /test/nums.tm
parentd804b09b02b9c4a6ea6b16ae85524a704796cbc1 (diff)
Deprecate `#` operator in favor of .length and fix up some issues
Diffstat (limited to 'test/nums.tm')
-rw-r--r--test/nums.tm3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 94959744..48693f0e 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -37,9 +37,6 @@ func main():
>> Num.PI:sin():near(0)
= yes
- >> 10.0:pow(3)
- = 1000
-
>> Num.nan():near(Num.nan())
= no