Skip to content

Commit

Permalink
added simple example scm file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Zygmuntowicz committed Nov 24, 2010
1 parent 9c4a408 commit c4776d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/simple_func.scm
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,6 @@
(define (func a b)
(lambda (x)
(+ a b x)))

(write ((func 4 5) 10))

0 comments on commit c4776d0

Please sign in to comment.