aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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 )