diff options
-rw-r--r-- | test/closure.resp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/closure.resp b/test/closure.resp index 75e632b..fb5a41d 100644 --- a/test/closure.resp +++ b/test/closure.resp @@ -1,5 +1,3 @@ -(def (test a b c) (fn (x) (* (+ x 0) a))) - (def (multiplier factor) (fn (x) (* (+ x 0) factor))) (def doubler (multiplier 2)) |