diff options
Diffstat (limited to 'examples/test.lisp')
| -rw-r--r-- | examples/test.lisp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/test.lisp b/examples/test.lisp index b753827..39949ab 100644 --- a/examples/test.lisp +++ b/examples/test.lisp @@ -1,8 +1,8 @@ -foo ; test1 -(sum2 ; test2 - 1 - 2 ) -"string with space" -"another \n\"string\"" -(let id - (\[a] a)) +(sum2 1 2) ; test1 +;; (sum2 ; test2 +;; 1 +;; 2 ) +;; "string with space" +;; "another \n\"string\"" +;; (let id +;; (\[a] a)) |
