diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-29 13:12:34 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-29 13:12:34 +0100 |
commit | 83382cb1b46eb17f94f16fbbf05b5e471284d797 (patch) | |
tree | 73e8124725984a8c883c158ae50e61693924df9f /tests/vars8.bth | |
parent | b51136defc2898c868e4a1b60025d5bb57347662 (diff) |
add proper tail calls
Diffstat (limited to 'tests/vars8.bth')
-rw-r--r-- | tests/vars8.bth | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vars8.bth b/tests/vars8.bth new file mode 100644 index 0000000..90f16d4 --- /dev/null +++ b/tests/vars8.bth @@ -0,0 +1 @@ +(if (< 2 3) (def x 100) 20) |