diff options
Diffstat (limited to 'tests/def.bth')
-rw-r--r-- | tests/def.bth | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/def.bth b/tests/def.bth new file mode 100644 index 0000000..d4a7d74 --- /dev/null +++ b/tests/def.bth @@ -0,0 +1,5 @@ +(def a 100) +(def b 200) +(def c 300) +(say b) +(let (q 10 r 20 s 30) (say r)) |