diff options
Diffstat (limited to 'tests/clos4.bth')
-rw-r--r-- | tests/clos4.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clos4.bth b/tests/clos4.bth index c9a2092..0c6fb3a 100644 --- a/tests/clos4.bth +++ b/tests/clos4.bth @@ -1,6 +1,6 @@ (defn (f) (let (a 0) - (defn (s x) (set a x)) + (defn (s x) (set! a x)) (defn (g) a) [s g])) |