diff options
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))) |