diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-25 00:51:37 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-25 00:51:37 +0100 |
commit | f76f5a8c244ac6d04e4d89778a6d8c2c2040cdc9 (patch) | |
tree | 484b9fea3fa5a136972384239f0890a3886bb5ba /tests | |
parent | e9b99a90510309ac4f5d91d4a5138e7a84904057 (diff) |
get functions and arguments and returning to work fully
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vars2.bth | 4 |
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)))) |