diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-06-18 00:10:39 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-06-18 00:10:39 +0300 |
commit | f83187a830deff27ce0cdd4c175ffe2785461685 (patch) | |
tree | 2ab2b6801ce6d8f3647b7ee8b4614b7c0aeac8bb /files | |
parent | 1eae1ba1022059d58b7b04b0f6fa719b33b18803 (diff) |
now strings properly work
Diffstat (limited to 'files')
-rw-r--r-- | files/test1.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/test1.lisp b/files/test1.lisp index f0d6ffe..3a44599 100644 --- a/files/test1.lisp +++ b/files/test1.lisp @@ -1,3 +1,4 @@ (define 'a 1) (+ a 1) (+ a 0.1) +"string test () . '" |