diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-09-23 16:32:33 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 2c67ae5a703eb19479c131b5488d846a9c84a550 (patch) | |
| tree | d94c3a8af5a02d09692c6e6037e1eacef597f53c /examples/test.lisp | |
| parent | f1617276517dafbfbd855541bf61dbe15165dbe5 (diff) | |
Implement function evaluation and symbol lookup
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 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 ) |
