aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-09-23 16:32:33 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:21:53 +0200
commit2c67ae5a703eb19479c131b5488d846a9c84a550 (patch)
treed94c3a8af5a02d09692c6e6037e1eacef597f53c /examples
parentf1617276517dafbfbd855541bf61dbe15165dbe5 (diff)
Implement function evaluation and symbol lookup
Diffstat (limited to 'examples')
-rw-r--r--examples/test.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/test.lisp b/examples/test.lisp
index 39949ab..d93a5f4 100644
--- a/examples/test.lisp
+++ b/examples/test.lisp
@@ -1,4 +1,6 @@
-(sum2 1 2) ; test1
+(sum2 1 (
+ sum2 2 3
+)) ; test1
;; (sum2 ; test2
;; 1
;; 2 )