summaryrefslogtreecommitdiff
path: root/tests/func1.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func1.bth')
-rw-r--r--tests/func1.bth2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func1.bth b/tests/func1.bth
index e55f23a..1f175ab 100644
--- a/tests/func1.bth
+++ b/tests/func1.bth
@@ -1,2 +1,2 @@
(set f (fn (_) 42))
-(f 0)
+(puts (f 0))