diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-09-23 15:44:05 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | f1617276517dafbfbd855541bf61dbe15165dbe5 (patch) | |
| tree | 826baa98d88d6c8ee1cf0a77ec9d213c04216980 /examples | |
| parent | c02d29e8e119d12748c90b3965f6b98633efbec2 (diff) | |
Add some evaluation logic
Diffstat (limited to 'examples')
| -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)) |
