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