aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/nums.tm5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 766cfb48..aee7c688 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -48,3 +48,8 @@ func main()
>> Num32.sqrt(16f32)
= 4_f32
+
+ >> 0.25:mix(10, 20)
+ = 12.5
+ >> 2.0:mix(10, 20)
+ = 30