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