aboutsummaryrefslogtreecommitdiff
path: root/test/nums.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-19 13:41:52 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-19 13:41:52 -0500
commit2c904ff1737e34008f7a6c5d4b072d87a45a3fbc (patch)
treeac4c430677042a7ea92b92be5e5afa6e5a4ef27d /test/nums.tm
parent4720ca7a5f3ad4bf2a04a6d28d671f03162149a9 (diff)
Go back to stringifying integers/num32s/bytes without the type
constructor.
Diffstat (limited to 'test/nums.tm')
-rw-r--r--test/nums.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 98bcd9cd..1391a129 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -42,7 +42,7 @@ func main():
= no
>> Num32.sqrt(16)
- = Num32(4)
+ = 4 : Num32
>> 0.25:mix(10, 20)
= 12.5