diff options
Diffstat (limited to 'tests/func1.bth')
-rw-r--r-- | tests/func1.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func1.bth b/tests/func1.bth index a71d160..35c672b 100644 --- a/tests/func1.bth +++ b/tests/func1.bth @@ -1,2 +1,2 @@ -(set f (fn (_) 42)) +(set! f (fn (_) 42)) (say (f 0)) |