summaryrefslogtreecommitdiff
path: root/tests/vars1.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vars1.bth')
-rw-r--r--tests/vars1.bth2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vars1.bth b/tests/vars1.bth
index 7c0e264..24a3f2b 100644
--- a/tests/vars1.bth
+++ b/tests/vars1.bth
@@ -1,2 +1,2 @@
-(puts (+ 2 (let (a 10)
+(say (+ 2 (let (a 10)
(* a a))))