From f76f5a8c244ac6d04e4d89778a6d8c2c2040cdc9 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 25 Jun 2024 00:51:37 +0100 Subject: get functions and arguments and returning to work fully --- tests/vars2.bth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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)))) -- cgit v1.2.3