From 2c67ae5a703eb19479c131b5488d846a9c84a550 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 23 Sep 2022 16:32:33 +0300 Subject: Implement function evaluation and symbol lookup --- examples/test.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') 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 ) -- cgit v1.3