From dfd38cdb69610db416db96cb2eefcc515cfd0bf7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2024 14:03:42 -0500 Subject: Simple lambda test --- test/lambdas.tm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/lambdas.tm (limited to 'test') diff --git a/test/lambdas.tm b/test/lambdas.tm new file mode 100644 index 00000000..b5eefb20 --- /dev/null +++ b/test/lambdas.tm @@ -0,0 +1,6 @@ + + +>> add_one := func(x:Int) x + 1 +>> add_one +>> add_one(10) += 11 -- cgit v1.2.3