diff options
author | ubq323 <ubq323@ubq323.website> | 2024-07-03 12:01:22 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-07-03 12:06:42 +0100 |
commit | d8d3770f88d6acc37620d6577fa5a0b026fb1231 (patch) | |
tree | 65808bc58319a3002b6690b1811ab02fbf4ddc2d /tests/clos1.bth | |
parent | 9f4e10da9df486b4c048ec2fedbe28491059b739 (diff) |
add some failing tests for closures
Diffstat (limited to 'tests/clos1.bth')
-rw-r--r-- | tests/clos1.bth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/clos1.bth b/tests/clos1.bth new file mode 100644 index 0000000..4c8f5d6 --- /dev/null +++ b/tests/clos1.bth @@ -0,0 +1,3 @@ +(def x 100) +(defn (f) x) +(say (f)) |