diff options
Diffstat (limited to 'tests/func1.bth')
-rw-r--r-- | tests/func1.bth | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/func1.bth b/tests/func1.bth index c46e956..e55f23a 100644 --- a/tests/func1.bth +++ b/tests/func1.bth @@ -1,3 +1,2 @@ -(do - (set f (fn (_) 42)) - (f 0)) +(set f (fn (_) 42)) +(f 0) |