diff options
Diffstat (limited to 'examples/test.lisp')
| -rw-r--r-- | examples/test.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/test.lisp b/examples/test.lisp index a84d887..b753827 100644 --- a/examples/test.lisp +++ b/examples/test.lisp @@ -3,4 +3,6 @@ foo ; test1 1 2 ) "string with space" -"another \n\"string\""
\ No newline at end of file +"another \n\"string\"" +(let id + (\[a] a)) |
