Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdearman committed Nov 26, 2024
1 parent ab26904 commit ee25ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/scratch.scm
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@
(0 0)
(1 1)
(n (+ (fib (- n 1)) (fib (- n 2))))))

;; comprehensions
(for [x [1 2 3] y [4 5 6]] (+ x y))

0 comments on commit ee25ce4

Please sign in to comment.