diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-27 12:01:33 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-27 12:05:27 +0100 |
commit | 991e694b558691264f82d80a7aa1b86ef3d2c92c (patch) | |
tree | 881946b076bdcc6545aa167ef7d544b6e16f9abb /tests/iflet.bth | |
parent | a559125a2d7af771784614b7a2092cc7fb707345 (diff) |
more tests
Diffstat (limited to 'tests/iflet.bth')
-rw-r--r-- | tests/iflet.bth | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/iflet.bth b/tests/iflet.bth new file mode 100644 index 0000000..b461a5f --- /dev/null +++ b/tests/iflet.bth @@ -0,0 +1,8 @@ +(do + (if (< 2 3) + "yes" + "no") + (let (a 100 + b 200 + c 300) + (say b))) |