aboutsummaryrefslogtreecommitdiff
path: root/test/reductions.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 13:40:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 13:40:17 -0400
commit59845e610f2c90474f34079d27b5f1e07071ded4 (patch)
tree1066ab6c5c6e6620adda6ac4575703b9d4bf0a0a /test/reductions.tm
parent95633b1cc2da5294d9aec8c7eb9fca9a15c1a8bf (diff)
Deprecate `!!` print statement
Diffstat (limited to 'test/reductions.tm')
-rw-r--r--test/reductions.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reductions.tm b/test/reductions.tm
index f0618b21..f2fa4b9c 100644
--- a/test/reductions.tm
+++ b/test/reductions.tm
@@ -27,7 +27,7 @@ func main():
>> (_max_.y:abs(): [Foo(0, 0), Foo(1, 0), Foo(0, 10), Foo(0, -999)])!
= Foo(x=0, y=-999)
- !! (or) and (and) have early out behavior:
+ say("(or) and (and) have early out behavior:")
>> (or: i == 3 for i in 9999999999999999999999999999)!
= yes