aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test.lisp
blob: b41007daeac7a4d2c30cd3a24dd54e31840a25a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
(sum2 1 (
    sum2 2 3
)) ; test1
;; (sum2   ; test2
;;     1
;;     2  )
;; "string with space"
;; "another \n\"string\""
;; (let id
;;     (\[a] a))
(\[x] (\[y] (sum2 x y)))