diff options
Diffstat (limited to 'tests/vars3.bth')
-rw-r--r-- | tests/vars3.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vars3.bth b/tests/vars3.bth index cfc4560..149e694 100644 --- a/tests/vars3.bth +++ b/tests/vars3.bth @@ -1,5 +1,5 @@ (set x 1) (set y 10) -(puts (let (x 2) +(say (let (x 2) (let (y 20) (+ x y)))) |