diff options
Diffstat (limited to 'tests/when.bth')
-rw-r--r-- | tests/when.bth | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/when.bth b/tests/when.bth new file mode 100644 index 0000000..592bb54 --- /dev/null +++ b/tests/when.bth @@ -0,0 +1,2 @@ +(when (= (* 6 6) 36) (say 'yes)) +(when (= (+ 2 2) 5) (say 'no)) |