summaryrefslogtreecommitdiff
path: root/tests/vars2.bth
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-25 00:51:37 +0100
committerubq323 <ubq323@ubq323.website>2024-06-25 00:51:37 +0100
commitf76f5a8c244ac6d04e4d89778a6d8c2c2040cdc9 (patch)
tree484b9fea3fa5a136972384239f0890a3886bb5ba /tests/vars2.bth
parente9b99a90510309ac4f5d91d4a5138e7a84904057 (diff)
get functions and arguments and returning to work fully
Diffstat (limited to 'tests/vars2.bth')
-rw-r--r--tests/vars2.bth4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vars2.bth b/tests/vars2.bth
index 3474d54..2d5ebd1 100644
--- a/tests/vars2.bth
+++ b/tests/vars2.bth
@@ -1,4 +1,4 @@
(+ 2 (* 6 (let (a 10
- b 20
- c 30)
+ b 20
+ c 30)
(* b b))))