From a13f642679664b420ef395168a6d0dcbca64bd74 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2024 14:12:15 -0500 Subject: Tweaking tests --- test/lambdas.tm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/lambdas.tm b/test/lambdas.tm index e5ddc5b3..86b4b263 100644 --- a/test/lambdas.tm +++ b/test/lambdas.tm @@ -1,9 +1,12 @@ >> add_one := func(x:Int) x + 1 ->> add_one >> add_one(10) = 11 >> shout := func(msg:Text) say("{msg:upper()}!") >> shout("hello") + +>> asdf := add_one +>> asdf(99) += 100 -- cgit v1.2.3