aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test.lisp
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-09-23 15:44:05 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commitf1617276517dafbfbd855541bf61dbe15165dbe5 (patch)
tree826baa98d88d6c8ee1cf0a77ec9d213c04216980 /examples/test.lisp
parentc02d29e8e119d12748c90b3965f6b98633efbec2 (diff)
Add some evaluation logic
Diffstat (limited to 'examples/test.lisp')
-rw-r--r--examples/test.lisp16
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))